@charset "UTF-8";

/* ==========================================================================
   MEMO:
   Azul menu: #6fcde4 > 6fcde4
   Azul escuro: #2588a3 
   Verde : #7ac142
   ========================================================================== */

/* CLEARFIX  http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before, .clearfix:after { content:""; display:table;}
.clearfix:after {clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix { *zoom:1;}

/* BASES ===================================================================== */

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300);
/* utilização: font-family: 'Open Sans', sans-serif; font-weight: 300/ 400 / 700 ;*/

/* Melhor resultado com as fonts locais*/
@font-face {
    font-family: 'open_sanslight';
    src: url('/temas/emel/css/fonts_pt/OpenSans-Light-webfont.eot');
    src: url('/temas/emel/css/fonts_pt/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/temas/emel/css/fonts_pt/OpenSans-Light-webfont.woff') format('woff'),
         url('/temas/emel/css/fonts_pt/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/temas/emel/css/fonts_pt/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('/temas/emel/css/fonts_pt/OpenSans-Regular-webfont.eot');
    src: url('/temas/emel/css/fonts_pt/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/temas/emel/css/fonts_pt/OpenSans-Regular-webfont.woff') format('woff'),
         url('/temas/emel/css/fonts_pt/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/temas/emel/css/fonts_pt/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('/temas/emel/css/fonts_pt/OpenSans-CondLight-webfont.eot');
    src: url('/temas/emel/css/fonts_pt/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/temas/emel/css/fonts_pt/OpenSans-CondLight-webfont.woff') format('woff'),
         url('/temas/emel/css/fonts_pt/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('/temas/emel/css/fonts_pt/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;
}


html{font-size: 62.5%;}

body {
	font-size: 12px; /* IE8- */
	font-size: 1.2rem;
	font-family: 'open_sansregular';
	margin: 0; padding: 0;
	color: #666;
}

a {text-decoration: none; color: #3490a9;}
a:link { }
a:visited {}
a:hover {color: #6fcde4;}
a:focus, :focus {}
a.underline, a.underline:active, a.underline:visited { text-decoration: underline; }
a.underline:hover, a.underline:focus { text-decoration: none; }
img {vertical-align: middle;} /*Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */

h1,h2,h3,h4,h5,h6 {font-weight: normal;}

p{margin-top: 0;}

abbr,acronym { border-bottom:1px dotted #000; cursor:help;} 
em {font-style: italic;}
strong { font-weight: bold;}
blockquote,ul,ol,dl {}
ol,ul,dl {margin: 0; padding: 0;}
ol li {list-style: decimal inside;}
ul li {list-style: disc inside;}

dl dd {margin-left:1em;}
th,td {border:0; padding:0;}
th {font-weight:bold; text-align:center;}
caption { margin-bottom:.5em; text-align:center;}
p,fieldset,table {margin-bottom:1em;}
textarea { resize: vertical;}/* Allow only vertical resizing of textareas.*/
hr {
	height: 1px;
  margin: 30px 0 30px 0;
  padding: 0;
  background-color: #999;
  border: 0;
  clear: both;
}

.floatLeft{float:left}
.floatRight{float:right}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.posBottom {position: absolute; bottom: 0;}
.posRight {position: absolute; right: 0;}
.posTopRight {position: absolute; right: 0; top: 0;}
.underline {text-decoration: underline;}
.borderBox {border: 5px solid #e3e3e3; background-color: #fafafa; padding: 20px;}
.margin20px{ margin: 20px; }

img.autoscale { max-width:100%; max-height:100%;}
.relative {position: relative; padding-top: 20px;}

.linkable {position: relative;}
.linkable:hover {cursor: pointer;}
.linkable a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    /*z-index:20; /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.inlineBlock{display: inline-block;}
.wide{ width:100%; }
.center {text-align: center;}
.more, .more:visited {color: #333; display: block; background:transparent url('/temas/emel/img/bg_menu_lateral.png') no-repeat left -30px; padding: 5px 0 0 10px ;}
.hidden{display: none;}
.seemore { border-top: 1px solid #999; padding: 15px 0; text-align: left; clear: both; }
.seemore a {background: transparent url('/temas/emel/img/bg_btn_seta_verde.png') no-repeat 0 center; padding-left: 10px; color: #333;}
.seemore a:hover, .seemore a:active, .seemore a:focus { text-decoration: underline;color: #333;}
.noborder { border: 0!important}
.seemore.alignRight { text-align: right }
.buttonBar { text-align: right; clear: both; padding: 10px 20px;}
.download{color:#666666; padding:0 0 0px 20px;   background:url(/temas/emel/img/iconDownload.png) no-repeat left center; }
.print{color:#666666; padding:0 0 0px 20px; background:url(/temas/emel/img/iconPrint.png) no-repeat left center; }
.help{ color:#666666; padding:0 0 0px 20px; background:url(/temas/emel/img/iconAjuda.png) no-repeat left center;margin:0; }
.legenda {font-size: 10px; font-size: 1rem; font-weight: bold; color: #000; margin-bottom: 15px;}
.fonte {font-size: 10px; font-size: 1rem; font-weight: normal; margin-bottom: 15px; }

.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.iframe-container.format4_3{padding-bottom: 75%;}

.iframe-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ESTRUTURA GERAL ===================================================================== */

header#pageHeader{ background: #EDEDED url(/temas/emel/img/bg_header.png) 0 0 repeat-x}
section#content {margin: 0 auto; position: relative; padding: 0 10px;}
.wrapper {margin: 0 auto; padding: 0; position: relative;}
/*.col1_2 { margin-bottom: 50px;  }
.home .col1_2 {margin-bottom: 50px;}
.col1_3 { margin-bottom: 50px; display: none; }
.col2_3 { margin-bottom: 50px; }
.col2_2, .col3_3 { margin-bottom: 50px; }*/

.col1_2, .col2_2, .home .col1_2, col1_2_v2, col2_2_v2 { margin-bottom: 50px;  }
.col1_2, col2_2_v2 { display: none; }
.home .col1_2 { display: block; }

/* FORMS ===================================================================== */
.greyBox { background-color: #f5f5f5; padding: 20px 20px 0 20px;; }

fieldset { margin: 0; padding: 0 0 20px 0; border: 0; position: relative;}
legend{ font-weight: bold; color: #000; margin-bottom: 5px;}
input, textarea, select { -webkit-appearance: none;-moz-appearance: none; text-indent: 0.01px; text-overflow: ''; appearance: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
input[type=radio] {-webkit-appearance: radio!important;}
select {border: 1px solid #ccc; background: #f5f5f5 url('/temas/emel/img/bg_btn_select.png') no-repeat right center ; border-radius: 0; padding: 5px; margin: 2px 0px 10px }
/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) { select{ padding-right: 25px } }
input[type=text],input[type=email],input[type=date],input[type=time],input[type=password],input[type=url] ,input[type=number],textarea {border: 1px solid #ccc; border-radius: 0; color: #666; background-color: #fff;}
input[type=submit], input[type=button]{ border-radius: 0; font-size: 13px; font-size: 1.3rem; padding: 5px 15px; border:0;}
input[type=submit] {background: #4d9340 url('/temas/emel/img/bg_btn_verde.png') repeat-x 0 0; color: #FFF;}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {background: #6db65f}

input[type=checkbox]{display: inline-block; width: 20px; margin-bottom: 7px; }
input[type=checkbox]+label {display: inline-block; margin-bottom: 7px;vertical-align: middle;}

input:required { box-shadow:none;} /* tira border automáticos no FF */
input:invalid { box-shadow:none;} /* tira border automáticos no FF */ 

::-webkit-input-placeholder { color:#999!important; font-style: italic; }
::-moz-placeholder { color:#999!important; font-style: italic; } /* firefox 19+ */
:-ms-input-placeholder { color:#999!important; font-style: italic;} /* ie */
input:-moz-placeholder { color:#999!important; font-style: italic; }



/* checkbox pesonalizados (browsers modernos) */
/* base */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; left: -9999px; }
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { position: relative;padding-left: 20px;cursor: pointer;}

/* checkbox */
[type="checkbox"]:not(:checked) + label:before,[type="checkbox"]:checked + label:before {content: '';position: absolute;left:0; top: 0px;width: 12px; height: 12px;border: 1px solid #ccc;background: #fff;border-radius: 2px;}
/* marcador */
[type="checkbox"]:not(:checked) + label:after,[type="checkbox"]:checked + label:after {content: '✔'; position: absolute; top: -3px; left: 3px; font-size: 16px; color: #3490a9 ;}
/* estados */
[type="checkbox"]:not(:checked) + label:after {opacity: 0;}
[type="checkbox"]:checked + label:after { opacity: 1;}
/* disabled */
[type="checkbox"]:disabled:not(:checked) + label:before,[type="checkbox"]:disabled:checked + label:before {border-color: #bbb; background-color: #ddd;}
[type="checkbox"]:disabled:checked + label:after { color: #999;}
[type="checkbox"]:disabled + label { color: #aaa;}
/* accessibilidade */
[type="checkbox"]:checked:focus + label:before,[type="checkbox"]:not(:checked):focus + label:before { border: 1px dotted #3490a9;}


.pure-g-r { font-family: 'open_sansregular'; }
.classicForm {}
.classicForm label {color: #999; margin: 0 3px 0 5px;}
.classicForm input[type=text], .classicForm input[type=email], .classicForm input[type=date], .classicForm input[type=time], .classicForm input[type=password], .classicForm input[type=url] , .classicForm input[type=number]{border: 1px solid #ccc; padding: 5px;}
.classicForm select {border: 1px solid #ccc; background: #f5f5f5 url('/temas/emel/img/bg_btn_select.png') no-repeat right center ; width: 100%; border-radius: 0; padding: 5px;}
.classicForm input.date {width: 100px;}
.classicForm select option {margin-bottom: 3px;}
.classicForm div.pure-g-r>div { margin-bottom: 12px;}


.searchWrapper {position:relative; } 
.searchWrapper .btPesquisar {background: transparent url('/temas/emel/img/btn_pesquisar.png') no-repeat right 3px ; border:0px; /*important*/
position:absolute; /*important*/ top: 0; right:0; width:30px;}
.searchWrapper .btPesquisar:hover, .searchWrapper .btPesquisar:focus {background: transparent url('/temas/emel/img/btn_pesquisar.png') no-repeat right 3px; } 
.searchWrapper input.pesquisa { padding-right: 30px; width: 100%; display: block;}

.tabelasGerais fieldset{ border:0;margin:10px 0;padding:0; }
.tabelasGerais fieldset input{ margin:0 3px; }

#content .divFormsContainer{ background:#f5f5f5;border:1px solid #999;padding:20px; clear: both;}

#content .divFormsContainer .divFormHeader{ position: relative; margin-bottom: 20px; padding-top: 20px;}
#content .divFormsContainer .divFormHeader .linksContainer {position: absolute; right: 0; top: 0;}
#content .divFormsContainer .divFormHeader .linksContainer a {float:left;display:block;height:14px;line-height:14px; margin:0 10px 0 0;}


#content .divFormsContainer .divFormBody{ clear:both; }
#content .divFormsContainer .divFormBody .floatLeft{ margin:0 20px 0 0; }

#content .divFormsContainer fieldset { border-bottom: 2px solid #e3e3e3; margin: 0 0 30px 0; }
#content .divFormsContainer legend { color:#2588A3; font-size:14px;font-family: 'open_sanslight';margin:0 0 20px 0; }
#content .divFormsContainer legend span { display: block; font-weight:normal; font-size:12px; font-family: 'open_sanslight'; margin:0; color: #666; }
#content .divFormsContainer label{ color:#000; margin:0 0 3px 0; }
#content .divFormsContainer label small{ color:#666666;font-size:10px; }
#content .divFormsContainer input, #content .divFormsContainer textarea { border: 1px solid #ccc; padding: 5px; margin:2px 0 10px 0; }
#content .divFormsContainer input[type=radio] { border: 0; }
#content .divFormsContainer input[type=checkbox] { border: 0; padding: 0; }
#content .divFormsContainer input[type=checkbox]+label { margin:0 0 10px 0; }
#content .divFormsContainer .fileUploadBtn {font-size: 13px; font-size: 1.3rem; padding: 5px 15px; border:0; background: #9a9a9a; color: #fff; display: inline-block; position: relative;}
#content .divFormsContainer .fileUploadBtn:hover,.fileUploadBtn:focus,.fileUploadBtn:active {background: #61bacc}
#content .divFormsContainer .fileUpload { position: relative; overflow: hidden; margin-bottom: 10px;}
#content .divFormsContainer input.inputFile { position: absolute; top: 0; right: 0; margin: 0; padding: 0; font-size: 20px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); }
/*#content .divFormsContainer select{ border:1px solid #cccccc;font-size:11px;padding:3px 0;margin:0 0 5px 0; }*/
#content .divFormsContainer input.erro{ border:1px solid #ff0000; }
#content .divFormsContainer a { text-decoration: underline; }
#content .divFormsContainer a:hover,#content .divFormsContainer a:active,#content .divFormsContainer a:focus { text-decoration: none; }
#content .divFormsContainer .formMiniHeader{ margin:0 0 10px 0; } 
#content .divFormsContainer .separador{ clear:both;height:2px;border-bottom:2px solid #ccc;margin:15px 0; }

#content .divFormsContainer input.btSubmeter{ display: inline-block; font-size:13px; font-size:1.3rem; color: #fff; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; background-color: #48893b; padding: 12px 20px 12px 50px; text-shadow: rgb(153, 153, 153) -1px 0px 1px; text-decoration: none; background-image: url(/temas/emel/img/bg_btn_setaemel_branco.png); background-position: 15px center; background-repeat: no-repeat; border: 0; }
#content .divFormsContainer input.btSubmeter:hover{ cursor:pointer;background-color: #6db65f; }

#content .divFormsContainer .captchaWrap img{ float:left;clear:both; }
#content .divFormsContainer .captchaWrap label{ float:left;clear:both;font-weight:normal; }
#content .divFormsContainer .captchaWrap input{ float:left;clear:both; }
.docsHelp{ float:right;color:#2588A3;font-size:12px;font-weight:normal;font-family: 'open_sanslight'; margin:5px 0;}


div.error{ border:1px solid #eed3d7;margin:10px 0; }
div.error .innerMsg { background: url("/temas/emel/img/iconErro.png") no-repeat scroll 10px center #f2dede; color: #b94a48; margin: 5px; padding: 10px; text-align: center;}
div.success{ border:1px solid #d6e9c6;margin:10px 0; color: #468847;
 background-color: #dff0d8; }
div.success .innerMsg {background: url("/temas/emel/img/iconSucesso.png") no-repeat scroll 15px center #d6e9c6;color: #468847;margin: 5px;padding: 15px 15px 15px 50px;text-align: center;}

/* JANELAS MODAIS ===================================================================== */
.closeBtn { position: absolute; right: 5px; top: 5px;  cursor: pointer;}
.ieAlert { position: fixed; z-index: 1000; top: 100px; left: 30%; width: 40%; background-color: #dc8500; color:#fff; padding: 20px;  }
.ieAlert a { font-weight: bold; color: #fff ;text-decoration: underline;}

/* TOOLTIPS ===================================================================== */
.ui-tooltip { padding: 10px 20px; background-color: #61bacc; color: #fff ; padding: 8px; border: 1px solid #fff; border-radius: 3px; position: absolute; z-index: 9999; max-width: 250px; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa;}

.ui-tooltip:after, .ui-tooltip:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;}

.ui-tooltip:after { border-top-color: #61bacc; border-width: 10px; left: 50%; margin-left: -10px; }
.ui-tooltip:before { border-top-color: #fff; border-width: 11px; left: 50%; margin-left: -11px;}

 
/* HEADER ===================================================================== */
header#pageHeader{display: block;}
header#pageHeader img#logo {width:130px; height: auto; margin-top: 15px; margin-bottom: 11px; margin-left: 10px;}
header#pageHeader #rightCol {display: none;}

/* METEO ===================================================================== */
section#meteo {float:left; width: 125px; height: 60px; margin-top: 20px; position: relative; color: #000;}
section#meteo>img {position: absolute; top: 10px; left: 20px;}
section#meteo p {font-size: 16px; font-size: 1.6rem; position: absolute; top: 0; left: 60px; line-height: 16px;line-height: 1.6rem; margin-top: 13px;}
section#meteo strong {font-family: 'open_sanscondensed_light'; font-weight: bold;
	font-size: 18px; font-size: 1.8rem;}
/* TOP SECONDARY MENU ===================================================================== */
section#topmenu {float: left; margin-top: 20px;}
section#topmenu ul {text-align: right; margin: 4px 0 15px 0; position: relative; left: 10px;}
section#topmenu ul, section#topmenu ul a { font-size: 11px; font-size: 1.1rem; color: #999;}
section#topmenu ul a:hover { color: #6fcde4;}
section#topmenu ul li {list-style: none; display: inline-block; border-left: 1px solid #999; padding: 0 10px;}
section#topmenu ul li:first-child {border-left: 0;}
section#topmenu ul li:first-child a { color:#7ac142; font-weight:bold; }
section#topmenu ul li:first-child a:hover{ color:#72D6C6; }
/* NEWSLETTER FORM ===================================================================== */
form#newsletter {text-align: right;}
form#newsletter label {float: right; font-size: 11px; font-size: 1.1rem; line-height: 12px; line-height: 1.2rem; color: #666; text-align: right;}
form#newsletter>div {float: right;}
form#newsletter input[type=email] {margin-left: 10px; font-size: 11px; font-size: 1.1rem; color: #666; width: 133px; padding: 3px 3px 3px 25px;
	border-radius: 1px 0px 0px 1px;
   -moz-border-radius: 1px 0px 0px 1px;
   -webkit-border-radius: 1px 0px 0px 1px;
   background: #fff url(/temas/emel/img/icon_newsletter.png) 5px 5px no-repeat;
   vertical-align: top;
}
form#newsletter input[type=submit] {height: 25px; width: 25px; background: #48893b url(/temas/emel/img/icon_play.gif) 10px 8px no-repeat; border: 0; padding: 0}
form#newsletter input[type=submit]:hover, form#newsletter input[type=submit]:focus {background-color: #6db65f}
/* BANNER CLUBE EMEL ===================================================================== */
section#bannerClubeEmel {float: left; margin-top: 20px; width: 180px; height: 65px; font-size: 11px; font-size: 1.1rem;
background: url(/temas/emel/img/bg_banner_clube_emel.png) 0 0 no-repeat;}
section#bannerClubeEmel:hover{background: url(/temas/emel/img/bg_banner_clube_emel.png)  0 -65px no-repeat; cursor: pointer;}
section#bannerClubeEmel>div {position: absolute; z-index: 10; background-color: #fff;}
section#bannerClubeEmel>div a {color: #fff; border-bottom: 1px dotted #fff;} 
section#bannerClubeEmel>div a:hover {border-bottom: 0;} 


.popover {
	position: absolute;
	top: 0; left: 0;
	max-height: 240px;
	width: 170px;
	display: none;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
}
.popover .arrow, .popover .top-arrow {
	position: absolute;
	top: 0; left: 50%;
	margin: -13px 0 0 -3px;
	width: 0; height: 0;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
}
.popover .bottom-arrow {
	top: 100%; left: 50%;
	margin: 0 0 0 -3px;
	border-top: 5px solid #121212;
	border-bottom: 5px solid transparent;
}
.popover .left-arrow {
	top: 50%; left: -10px;
	margin: -3px 0 0;
	border-right: 5px solid #121212;
	border-bottom: 5px solid transparent;
}
.popover .right-arrow {
	top: 50%; left: 100%;
	margin: -3px 0 0;
	border-left: 5px solid #121212;
	border-bottom: 5px solid transparent;
}
.popover .wrap {
	background: white;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.popover .title {
	background: #121212;
	color: white;
	font-size: 1.3em;
	text-align: center;
	padding: 8px 0 0 0;
	height: 27px;
}
.popover .content {
	padding: 15px;
	max-height: 175px;
	overflow: auto;
	line-height: 1.3em;
	font-size: 0.9em;
}
.popover .content legend {color:#2588A3; font-size:14px;font-family: 'open_sanslight';margin:0 0 10px 0;}
.popover .content input {border: 1px solid #ccc; padding: 5px; margin:2px 0 3px 0;}
.popover .content input.btSubmeter{ display: inline-block; font-size:13px; font-size:1.3rem; color: #fff; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; background-color: #7ac142; padding: 6px 20px; text-shadow: rgb(153, 153, 153) -1px 0px 1px; text-decoration: none; border: 0; background-image: none;}
.popover .content input.btSubmeter:hover{ cursor:pointer;background-color: #6db65f; }
.popover .content ul{ margin-top: 10px; }
.popover .content ul>li{list-style:none; padding-left:15px; background: url(/temas/emel/img/bullet_azul.gif) 0 4px  no-repeat; margin-bottom: 0px;}

/* MAIN MENU ===================================================================== */
nav#main{position: relative; font-size: 16px; /* IE8- */ font-size: 1.6rem;}
ul.overlayer {margin: 0; padding: 0; position: relative;}
ul.overlayer li.menuBtn {/* display:block; */}
ul.overlayer li.menuBtn>a { /* btn menu */
	color:#fff;
	background-color: #6fcde4;
	display:block;
	padding: 10px 10px;
	height: 19px; /* +20px padding + 1px border = 40px*/
	text-align:center;
	line-height:1.8rem;
	
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #5ea5b3;
	
	border-right-width: 0px;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #90cfd4;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5ea5b3;
}
ul.overlayer li.menuBtn a:hover, ul.overlayer li.menuBtn a:focus, ul.overlayer li:first-child.menuBtn a:hover , ul.overlayer li:first-child.menuBtn a:focus, ul.overlayer li.menuBtn.loja a:hover, ul.overlayer li.menuBtn.loja a:focus, ul.overlayer span:hover.toggleMenuBt {background-color: #fff; color: #6fcde4;}


ul.overlayer li.menuBtn > span.menu_link, ul.overlayer li.menuBtn.clube a{ background-color: #6fcde4;color: #FFFFFF;display: block;height: 19px;line-height: 1.8rem;padding: 10px;text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5ea5b3;
		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5ea5b3;
		
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #90cfd4;
		
	border-bottom: 0px;
}
ul.overlayer nav.fatmenu > div h1 span.submenu_link{ color: #29A3C1;text-decoration: none;display: block;font-size: 1.2rem;font-weight: bold;margin: 0; padding: 10px; }



ul.overlayer li:first-child.menuBtn>a {/* btn inicio */
	border-top-width: 1px;
	background-color: #7ac142;
	border-top-color: #5ea5b3;
	border-right-color: #58994c;
	border-left-color: #58994c;
}
ul.overlayer li.menuBtn.active .menu_link, ul.overlayer li.menuBtn a.home:hover {/* btn active */
	background-color: #218faa;
	border-top-color: #1a778e;
	border-right-width: #218faa;
	border-left-color: #1a778e;
}
ul.overlayer li.menuBtn.loja a span {font-weight: bold; color: #00ccff;}



ul.overlayer nav.fatmenu {}
ul.overlayer .fatmenu ul em { color:#7ac142; font-size: 0.9rem; font-size: 9px; font-style: normal;}/* parques residentes */

ul.overlayer nav.fatmenu>div {font-size: 12px; font-size: 1.2rem;}
ul.overlayer nav.fatmenu>div li {list-style:none; padding: 0;  }
ul.overlayer nav.fatmenu>div h1 { margin: 0; border-bottom: 1px solid #999;}
ul.overlayer nav.fatmenu>div h1 a {display: block;padding:10px; font-size: 12px; font-size: 1.2rem; margin: 0; font-weight: bold;}
ul.overlayer nav.fatmenu>div li a {display: block; color: #666; padding:10px; border-bottom: 1px solid #999;}

ul.overlayer nav.fatmenu>div>ul>li a {padding-left: 20px;}
ul.overlayer nav.fatmenu>div>ul>li>ul>li a {background-color: #ddd; padding-left: 40px;}
ul.overlayer nav.fatmenu>div>ul>li>ul>li>ul>li a {padding-left: 60px;}

ul.overlayer nav.fatmenu>div.widthAuto {width: auto;}

a.sub3menu_link{ background-color: #ddd; padding-left: 30px!important; }
a.sub3menu_link:hover{ background-color: #fff; }

/* responsive */
ul.overlayer { display: none; height: auto;  }  
a#pull { display: block; position: relative; color: #fff; line-height: 40px; background: #434343; padding-left: 15px;}
a#pull:after {
		content:"";
		background: url('/temas/emel/img/icon_menu.png') no-repeat;
		width: 14px;
		height: 14px;
		display: inline-block;
		position: absolute;
		right: 30px;
		top: 14px;
}
ul.overlayer h1 , ul.overlayer li { /* position: relative; */ }
ul.overlayer li>span.menu_link {background: #6cbac9 url('/temas/emel/img/bg_bullets_acordeao_branco.gif') no-repeat right 17px;}
ul.overlayer h1> span.submenu_link {background: #fdfdfd url('/temas/emel/img/bg_bullets_acordeao_cinzento.gif') no-repeat right 17px;}

ul.overlayer span.toggleMenuBt {display: block; position: absolute; right: 0; top: 0; height: 37px; width: 37px;  margin: 0; cursor: pointer;  }
ul.overlayer span.toggleMenuBt {background: #ddd url('/temas/emel/img/bg_bullets_acordeao_cinzento.gif') no-repeat right 17px; border-left: 1px dotted #999; }
ul.overlayer span.menu_link.active, ul.overlayer h1>span.submenu_link.active, ul.overlayer span.toggleMenuBt.active { background-position: right -62px;}
ul.overlayer .fatmenu, ul.overlayer .fatmenu ul {display: none;}


/* PESQUISA ===================================================================== */
ul.overlayer li.search { padding: 5px 40px 5px 5px; list-style: none; }

.sb-search {display: none;}
:root .sb-search {right: 0;} /* não visto pelo IE8 */

.sb-search img {position: relative; top: 5px; left: 13px;}
input.sb-search-input, input.li-search-input {
	border: 0;
	outline: none;
	background: #fff;
	width: 250px;
	height: 30px;
	margin: 0;
	z-index: 10;
	padding: 0 65px 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #666;
	-moz-box-shadow: inset 0px 0px 3px 1px #cccccc;
		-webkit-box-shadow: inset 0px 0px 3px 1px #cccccc;
		-o-box-shadow: inset 0px 0px 3px 1px #cccccc;
		box-shadow: inset 0px 0px 3px 1px #cccccc;
		background-color: #fff;
}
input.li-search-input {width: 100%;}

.sb-search-input::-webkit-input-placeholder, .li-search-input::-webkit-input-placeholder { color: #aaa; }
.sb-search-input:-moz-placeholder, .li-search-input:-moz-input-placeholder {color: #aaa;}
.sb-search-input::-moz-placeholder, .li-search-input::-moz-input-placeholder {color: #aaa;}
.sb-search-input:-ms-input-placeholder, .li-search-input:-ms-input-placeholder {color: #aaa;}

.sb-icon-search, .sb-search-submit {
	width: 50px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.li-icon-search{height: 30px; top: 5px; right: 5px;}

.sb-search-submit{
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: 1;
}
input.li-search-submit{ background: #447a3b url('/temas/emel/img/icon_pesquisar.png') no-repeat center center; width: 40px; height: 30px; position: absolute; top: 5px; right: 0;}
input:hover.li-search-submit {background: #6db65f url('/temas/emel/img/icon_pesquisar.png') no-repeat center center;}

.sb-icon-search {
	color: #fff;
	background-color: #7ac142;
	z-index: 90;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 300px;
	right/*\**/: 0px\9 /* hack IE8 */;
}	


.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #218faa;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* search no menu mobile */
ul.overlayer form{background-color:#6fcde4; /* border-bottom:1px solid #5EA5B3;*/ border-bottom:0; padding: 5px ;position: relative;}
ul.overlayer form input[type="text"]{width: 100%; padding: 0 65px 0 10px; margin: 0;}
ul.overlayer form input[type="submit"].sb-search-submit{opacity: 1; background: #447a3b url(/temas/emel/img/icon_pesquisar.png) no-repeat center  center; padding: 0; margin: 0; position: absolute; top: 5px; right: 5px; height: 30px; width: 50px; 
}

/* DATEPICKER ===================================================================== */
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%; border: 1px solid #ccc;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker-trigger{ border:0;background:none;padding:0px;float:left; }
.ui-datepicker-trigger:hover{ cursor:pointer; }
.ui-datepicker{ font-size:12px;padding:0px;width:200px; background: #fff; border: 1px solid #ccc; -moz-box-shadow: 0px 0px 10px 0px #666666; -webkit-box-shadow: 0px 0px 10px 0px #666666; -o-box-shadow: 0px 0px 10px 0px #666666; box-shadow: 0px 0px 10px 0px #666666;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=NaN, Strength=10); }
.ui-datepicker .ui-datepicker-header{ background:#f5f5f5;border:0;border-radius:0; padding: 10px;}
.ui-datepicker-title{ color:#333333; text-transform:uppercase; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{ border:0;padding:0;background-color:#f5f5f5;border-radius:0; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { cursor:pointer; }
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover { cursor:pointer; }
.ui-datepicker .ui-datepicker-prev{ font-size:13px;border:0;background:#f5f5f5; }
.ui-datepicker .ui-datepicker-next{ font-size:13px;border:0;background:#f5f5f5; }
.ui-datepicker th{ color:#333333; }
.ui-datepicker td{ padding:0; }
.ui-datepicker td a{ text-align:center!important;font-size:12px; }
.ui-datepicker-other-month { border:0;background:none!important;margin:none!important; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{ border:0;background:none; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{ background:#218faa; color: #fff; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon{ border:0; cursor:pointer;}
.ui-state-default.ui-state-hover{ background:#333;color:#fff; }
.ui-datepicker .ui-datepicker-prev span.ui-icon, .ui-datepicker .ui-datepicker-next span.ui-icon{ text-indent:0;background:none;margin-top: -2px; }

input.datepicker { background: #fff url('/temas/emel/img/bg_calendario.png') no-repeat right center ; }
input.datepicker:hover{ cursor:pointer; }

/* HOME ===================================================================== */
#content.home h1{font-family: 'open_sanslight'; font-size: 30px; font-size:3rem; line-height:30px; line-height:3rem;  color: #000; margin: 0 0 3px 0; padding: 0;}
#content.home h2 {font-weight: bold; font-size: 16px; font-size:1.6rem; line-height:21px; line-height:2.1rem; margin: 0 0 3px 0; padding: 0; color: #2588a3;}
#content.home article {margin-bottom: 40px;}
#content.home p {margin-top: 0; font-size: 14px; font-size: 1.4rem;}


/* slideshow */
section#homeSlideshow {position: relative;}
ul#mainSlideshow {margin: 0; padding: 0; clear: both;position: relative;}
ul#mainSlideshow li {list-style: none; height: auto; width: 100%; text-align: center; background-position: center 0; background-repeat: no-repeat; background-size: 149%;
}
/*ul#mainSlideshow li img.sombreado {width: 149%; overflow: hidden; margin-bottom: 60px;}*/
ul#mainSlideshow li>div { position: absolute; width: 100%; top: 0; left:0; margin-left:0; /* 1/2 width) */  bottom:0;  text-align: left;}
ul#mainSlideshow li>div>img {position: absolute; width: 100%;}
ul#mainSlideshow li header {position: absolute; width: 80%; top: 20px; left: 20px; color: #fff; }
ul#mainSlideshow h1 {font-size: 20px; font-size: 1.5rem; font-weight: normal; text-transform: uppercase; margin: 0; line-height: 25px; line-height: 2rem; }
ul#mainSlideshow p { font-family: 'open_sanslight'; font-size: 12px; font-size: 1.2rem; display: none;}

span.sombreado{ background: transparent url('/temas/emel/img/sombra_slider.png') no-repeat center top; display: block;}
span.sombreado img{width: 100%; max-width:1020px; height: auto; display: block; margin: 0 auto;}

/* pager */
.sliderWrapper {margin: 0 auto; margin-bottom: 20px; clear: both; }
.cycle-pager {z-index: 800; margin-right: 25px; overflow: hidden; height: 15px; position: relative; bottom: 15px;text-align: right; }
.cycle-pager span {font-family: arial; font-size: 32px; line-height: 14px; width: 10px; width: 15px; display: inline-block; color: #676767; cursor: pointer; }
.cycle-pager span.cycle-pager-active {color: #7ac142;}
.cycle-pager > * { cursor: pointer;}


/* slideshow backup 
section#homeSlideshow {position: relative;}
ul#mainSlideshow {margin: 0; padding: 0; }
ul#mainSlideshow li {list-style: none; height: 455px; width: 100%; text-align: center; background-position: center 0; background-repeat: no-repeat;}
ul#mainSlideshow li img.sombreado { }
ul#mainSlideshow li>div { position: absolute; width: 1020px; top: 0; left:50%; margin-left:-510px; /* 1/2 width) */  /* height: 455px;  text-align: left; }
ul#mainSlideshow li>div>img {position: absolute;}
ul#mainSlideshow li header {position: absolute; width: 700px; top: 70px; left: 10px; color: #fff;}
ul#mainSlideshow h1 {font-size: 30px; font-size: 3rem; font-weight: normal; text-transform: uppercase; margin: 0; line-height: 35px; line-height: 3.5rem;}
ul#mainSlideshow p { font-family: 'open_sanslight'; font-size: 14px; font-size: 1.4rem;}
/* pager *//*
.sliderWrapper {width: 1020px; margin: 0 auto;}
.cycle-pager {z-index: 800; margin-right: 280px; overflow: hidden; height: 15px; position: relative; bottom: 15px;text-align: right;}
.cycle-pager span {font-family: arial; font-size: 32px; line-height: 14px; width: 10px; width: 15px; display: inline-block; color: #676767; cursor: pointer; }
.cycle-pager span.cycle-pager-active {color: #7ac142;}
.cycle-pager > * { cursor: pointer;}*/


/* table gerais */
table.classic {width:100%; border-collapse:collapse; margin-bottom: 40px;}
caption.classic {display:none}
table.classic thead tr th {color:#4696ab; text-align: left; background: #e2e2e2; font-size: 14px; font-size: 1.4rem; padding: 7px 7px 7px 7px; }
table.classic tbody tr th {color:#000; text-align: left; background: #e8e8e8; padding: 7px 7px 7px 7px; }
table.classic tbody tr.odd {background: #f5f5f5;} 
table.classic tbody td {vertical-align: center; padding: 7px 7px 7px 7px; border-left: 1px solid #ccc;}
table.classic tbody td:first-child {border: 0;}


/* table soluções personalizadas */
table#solucoes {width: 100%; background-color: #E9E9E9; background-image: none; background-position:0 bottom; background-repeat: no-repeat}
caption {display:none}
table#solucoes thead tr th {color:#fff; background: #6fcde4 url(/temas/emel/img/logo_emel_branco.png) right center no-repeat; font-size: 20px; font-size: 2rem; font-weight: normal; text-align: left; border-bottom: 1px solid #fff; padding: 7px 80px 7px 20px}
/*table#solucoes tbody {background: #fff url(/temas/emel/img/bg_table_solucoes.png) 0 0 no-repeat; } */
table#solucoes tbody h3 { color:#000; font-family: 'open_sanscondensed_light'; font-size: 25px; font-size: 2.5rem; font-weight: normal; line-height: 25px; line-height: 2.5rem; text-align: center; padding : 0; margin : 20px 0 0 0;}
table#solucoes tbody figure{text-align: center; display: none;}
table#solucoes tbody td {vertical-align: top; border-left:0;}
table#solucoes tbody ul{margin: 20px 10px 30px 10px;  }

table#solucoes tbody ul li{list-style: none;}
table#solucoes tbody ul li a{display: block; font-size: 13px; font-size: 1.3rem; list-style: none; background: #999 url('/temas/emel/img/bg_btn_peq_setaemel_branco.png') no-repeat 10px center; color: #fff; padding: 5px 10px 5px 35px; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; margin-bottom: 5px;}
table#solucoes tbody ul li a:hover{ background-color: #6fcde4;}

/* parcerias */
.home h4 {font-size: 11px; font-size: 1.1rem; margin: 0;}
#parcerias { display: none; }
#parcerias ul li {list-style: none; }
.jcarousel-skin-emel {margin-bottom: 20px;}
.jcarousel-skin-emel .jcarousel-container {border: 1px solid #d4cdcd; -moz-border-radius: 1px; -webkit-border-radius: 10px; border-radius: 1px; background: #f5f5f5;}
.jcarousel-skin-emel .jcarousel-container-horizontal {width: 1018px; height:100px; overflow:hidden;}
.jcarousel-skin-emel .jcarousel-clip {overflow: hidden;}
.jcarousel-skin-emel .jcarousel-clip-horizontal {margin-left: 39px; width: 938px; padding: 20px 0; }
.jcarousel-skin-emel .jcarousel-item {border-left: 1px solid #d4cdcd;}
.jcarousel-skin-emel .jcarousel-item a {display: block; margin: 0 4px; }
.jcarousel-skin-emel .jcarousel-item-horizontal { }
.jcarousel-skin-emel .jcarousel-item-placeholder {background: #f5f5f5;color: #878787;}

/*  Horizontal Buttons*/
.jcarousel-skin-emel .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100px;
    cursor: pointer;
    background: #f5f5f5 url('/temas/emel/img/btn_parceria_seg.png') 15px center no-repeat;
}

.jcarousel-skin-emel .jcarousel-next-horizontal:hover,
.jcarousel-skin-emel .jcarousel-next-horizontal:focus,
.jcarousel-skin-emel .jcarousel-next-horizontal:active {background-position: 17px center;}

.jcarousel-skin-emel .jcarousel-next-disabled-horizontal,
.jcarousel-skin-emel .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-emel .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-emel .jcarousel-next-disabled-horizontal:active {cursor: default; background-position: 12px center;}

.jcarousel-skin-emel .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100px;
    cursor: pointer;
    background: #f5f5f5 url('/temas/emel/img/btn_parceria_ant.png') 15px center no-repeat;
    }
.jcarousel-skin-emel .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-emel .jcarousel-prev-horizontal:focus,
.jcarousel-skin-emel .jcarousel-prev-horizontal:active { background-position: 13px center;}
.jcarousel-skin-emel .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-emel .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-emel .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-emel .jcarousel-prev-disabled-horizontal:active {cursor: default;background-position: -100px center;
}

/* BANNERS LATERAIS ===================================================================== */
aside#banners {margin-top: 0; color: #333; position: relative; bottom: 8px; text-align: center;}
.home aside#banners {color: #333;}
aside#banners img { width: 100%; max-width: 240px; }
aside#banners>div{margin-bottom: 20px;}
.home aside#banners>div{margin-bottom: 47px;}
aside#banners>div.estacionamento {width: 240px; height: 200px; background: #f5f5f5 url('/temas/emel/img/bg_banner_encontrar_estacionamento.png') no-repeat 0 0; margin: 0 auto 10px auto; text-align: center;}
aside#banners>div.estacionamento input[type=text]{margin: 110px 0 9px 0; width: 205px; font-size: 11px; font-size: 1.1rem; padding: 6px; vertical-align: top; -moz-box-shadow: inset 0px 0px 5px 0px #999999;
-webkit-box-shadow: inset 0px 0px 5px 0px #999999;
-o-box-shadow: inset 0px 0px 5px 0px #999999;
box-shadow: inset 0px 0px 5px 0px #999999;
/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=NaN, Strength=5);*/}
aside#banners>div.estacionamento input[type=submit] {border: 1px solid #7c7c7c; color: #fff; background: #737373 url('/temas/emel/img/bg_btn_banner_estacionamento.png') 0 0 repeat-x; }
aside#banners>div.estacionamento input[type=submit]:hover, aside#banners>div.estacionamento input[type=submit]:focus {background: #6db65f;}
aside#banners>div.provedoria {margin-top: 10px;}
#content aside#banners h1 {font-family: 'open_sanscondensed_light'; font-size: 25px; font-size: 2.5rem; line-height: 25px; line-height: 2.5rem; padding : 0 0 10px 0; margin:35px 0 15px 0; border-bottom: 1px solid #999; text-transform: uppercase; text-align: left;}
.home aside#banners h1 {margin-top: 0}
aside#banners article figure {margin-bottom: 10px; margin-right: 5%; float: left; width: 40%; max-width: 250px; height: 75%;  clear: both;}
aside#banners article .newscaption{float: left; width: 55%;}
aside#banners article figure img {width: 100%;}
#content aside#banners h2 { color: #333; font-weight: bold; font-size: 13px; font-size: 1.3rem; line-height: 16px; line-height: 1.6rem; margin-bottom: 5px; clear: both;}
#content aside#banners article {margin-bottom: 30px; text-align: left;}
#content aside#banners article p {font-size: 12px; font-size: 1.2rem; line-height: 16px; line-height: 1.6rem; text-align: left;}
article.linkable , article.linkable{}
article.linkable:hover, article.linkable:focus {background-color: #fefefe;}

/* CONTENT ===================================================================== */


/* botões */
a.botao { display: inline-block; font-size:13px; font-size:1.3rem; color: #fff; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; background-color: #999;  padding: 12px 20px; text-shadow: rgb(153, 153, 153) -1px 0px 1px; text-decoration: none;}
a:hover.botao {background-color: #61bacc; background-image: none; color: #fff; text-decoration: none;}
a.botao.seta {padding-left: 50px; background-image: url(/temas/emel/img/bg_btn_setaemel_branco.png); background-position: 15px center; background-repeat: no-repeat;}
a.verde {background-color: #48893b}
a.cinzento {background-color: #999}
a.medium {padding: 5px 12px;}
a.small {padding: 2px 6px;}

/* breadcrumbs */
#breadcrumbs {font-size: 11px; font-size:1.1rem; color: #7ac142; margin: 8px 0 15px 0; }
#breadcrumbs li {list-style: none; display: inline-block; padding-left: 20px; background:transparent url('/temas/emel/img/bg_btn_seta_breadcrumps.png') no-repeat 7px center;}
#breadcrumbs li:first-child {padding-left: 0; background: none;}
#breadcrumbs a {color: #999; }

#breadcrumbs a:hover{ /* color:#2588A3; */ text-decoration:underline; }
#breadcrumbs span{ color: #999999; }

/* Share Pagina Topo */
#breadcrumbs ul{ /*float:left;*/ max-width:700px; }

#breadcrumbs ul.btsPrintShare{ text-align: right; list-style:none; color:#666; margin: 10px 10px 0 0;}
#breadcrumbs ul.btsPrintShare li{ background:none;list-style-type:none;padding:0; }
#breadcrumbs ul.btsPrintShare li a{ display:inline-block;padding:0 5px;border:0; }
#breadcrumbs ul.btsPrintShare li a img{ border:0;margin:0 5px 0 0; }



/* janelas modais */
.modal { position: relative; background: #fff; min-height: 100px;}
.modal.tab { margin-top: 25px;}
.modal a.closetab, .modal a.closetab:visited, .modal a.closetab:active {display: block; position: absolute; top: -25px; right: 0; color: #333; background: #f3f3f3 url('/temas/emel/img/bg_btn_cinzento.png') repeat-x left top; color: #333; line-height: 25px; padding: 0 10px;clear: both; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; vertical-align: middle;}
.modal a.closetab:hover{color: #2588a3;}

/* menu lateral content OLD
#menuContent {margin-top:28px; margin-bottom: 50px; font-size: 11px; font-size: 1.1rem; font-weight: bold; clear: both;}
#menuContent ul li {list-style: none; line-height: 15px; line-height: 1.5rem; position: relative;}
#menuContent>ul>li {list-style: none; padding: 7px 12px; border-bottom: 1px solid #ccc;}
#menuContent>ul>li:first-child {border-top: 1px solid #ccc;}
#menuContent a {color: #666; text-decoration: none;}
#menuContent a:hover, #menuContent a:active, #menuContent a:focus {color: #666; text-decoration: underline;}
#menuContent span.pai {padding-right: 12px; background:transparent url('/temas/emel/img/bg_menu_lateral.png') no-repeat right 5px;}
#menuContent span.pai.on {padding-right: 12px; background:transparent url('/temas/emel/img/bg_menu_lateral.png') no-repeat right -55px;}
#menuContent span.on, #menuContent span.on a {color: #7ac142; }

#menuContent>ul>li ul li {padding: 5px 5px 5px 20px;font-weight: normal;}
#menuContent>ul>li ul {margin: 10px 0;}

nav#menuContent.comImagem ul {margin-top: 313px; z-index: 10;}
nav#menuContent.comImagem img {display: block; position: absolute; top: 35px; z-index: 1;}*/

/* menu lateral content v2 */
#menuContent {margin-top:28px; margin-bottom: 50px; font-size: 11px; font-size: 1.1rem; font-weight: bold; clear: both;}
#menuContent ul li {list-style: none; line-height: 15px; line-height: 1.5rem; position: relative;}
#menuContent>ul>li {list-style: none; padding: 7px 12px; border-bottom: 1px solid #ccc;}
#menuContent>ul>li:first-child {border-top: 1px solid #ccc;}
#menuContent a {color: #666; text-decoration: none;}
#menuContent a:hover, #menuContent a:active, #menuContent a:focus {color: #666; text-decoration: underline;}
#menuContent span.pai {padding-right: 0; background-image:none;}
#menuContent span.pai+span.toggleMenuBt {display: inline-block; width: 12px; background:transparent url('/temas/emel/img/bg_menu_lateral.png') no-repeat left 5px; cursor: pointer; margin-left: 3px;}
#menuContent span.pai+span.toggleMenuBt.opened {display: inline-block; width: 12px; background:transparent url('/temas/emel/img/bg_menu_lateral.png') no-repeat left -15px; cursor: pointer; margin-left: 3px;}
#menuContent span.pai.on+span.toggleMenuBt {display: inline-block; width: 12px; background:transparent url('/temas/emel/img/bg_menu_lateral.png') no-repeat left -35px; cursor: pointer; margin-left: 3px;}
#menuContent span.pai.on+span.toggleMenuBt.opened {display: inline-block; width: 12px; background:transparent url('/temas/emel/img/bg_menu_lateral.png') no-repeat left -55px; cursor: pointer; margin-left: 3px;}
#menuContent span.on, #menuContent span.on a {color: #7ac142; }

#menuContent>ul>li ul li {padding: 5px 5px 5px 20px;font-weight: normal;}
#menuContent>ul>li ul {margin: 10px 0;}

nav#menuContent.comImagem ul {margin-top: 313px; z-index: 10;}
nav#menuContent.comImagem img {display: block; position: absolute; top: 35px; z-index: 1;}




/* artigo principal */

article a {color: #5bad4b}
article a:hover,article a:focus {color: #5bad4b; text-decoration: underline;}
#content section.main {padding-bottom: 30px; border-bottom: 1px solid #999; position: relative;}
#content h1 {font-size: 30px; font-size: 3rem; line-height:35px; line-height:3.5rem; color: #000; margin-bottom: 6px;}
#content h2 {font-weight: bold; font-size: 16px; font-size:1.6rem; line-height:20px; line-height:2rem; margin: 30px 0 20px 0; padding: 0; color: #2588a3;}
#content header h2 {margin: 0 0 10px 0;}
header p {font-family: 'open_sanslight'; font-size: 14px; font-size:1.4rem; line-height:22px; line-height:2.2rem; }

#content section article img, #content section article iframe-container {margin: 10px 0;}
#content section article img {max-width: 100%;}
#content section article figure img {margin: 0;}
#content section .floatLeft{display: block; margin-right: 20px; }
#content section article h3 {font-weight: bold; font-size: 13px; font-size: 1.3rem; line-height:16px; line-height:1.6rem; color: #333; margin: 30px 0 10px 0;}
/* multi artigos */
#content section.multiartigos {padding:10px 0 30px 0; border-bottom: 1px solid #999;}
#content section.multiartigos article {padding: 25px 0 0 0;}
#content section.multiartigos figure {width: 90px; height: 70px; overflow: hidden; margin-right: 20px; float: left;}
#content section.multiartigos figure>img {height: 100%;}
#content section.multiartigos h3 {margin: 10px 0 5px 0;}

/* multi exertos */
.multiexcertos {padding:10px 0 30px 0; border-bottom: 1px solid #999; position: relative;}
.multiexcertos article {padding: 25px 0 0 0;}
.multiexcertos article>div {width: auto;float: left;}
.multiexcertos figure {width: 89px; overflow: hidden; margin-right: 20px; float: left; border: 1px solid #ccc; }
.multiexcertos figure img {position: relative; }
.multiexcertos h3 {margin: 10px 0 5px 0 !important;}
.multiexcertos .seemore {border: 0;}

/* thumblist */
ul.thumblist {padding:0 0 30px 0; position: relative;}
ul.thumblist li {padding: 25px 0 0 0; list-style: none;}
ul.thumblist li>div {width: auto; float: left;}
ul.thumblist li>div h1 { color: #fff; margin: 0 10px 5px 20px; font-family: 'open_sanscondensed_light'; font-size: 25px; font-size: 2.5rem; line-height: 25px; line-height: 2.5rem; text-transform: uppercase;}
ul.thumblist figure {width: 180px; overflow: hidden; margin-right: 20px; float: left; border: 1px solid #ccc; }
ul.thumblist figure img {position: relative; width: 180px;}
ul.thumblist h3 {margin: 10px 0 5px 0; font-weight: bold; }
ul.thumblist .seemore {border: 0; padding: 0;}

.thumblist h1 { color: #fff; margin: 0 10px 5px 20px; font-family: 'open_sanscondensed_light'; font-size: 25px; font-size: 2.5rem; line-height: 25px; line-height: 2.5rem; text-transform: uppercase;}
.thumblist figure {width: 180px; overflow: hidden; margin-right: 20px; float: left; border: 1px solid #ccc; }
.thumblist figure img {position: relative; width: 180px;}
.thumblist h3 {margin: 10px 0 5px 0; font-weight: bold; }
.thumblist .seemore {border: 0; padding: 0;}

/* horizontal block list */
.horizontalList>li {float: none; width: auto; list-style: none; margin: 10px!important; background-image: none; padding: 0;}
.horizontalList>li>img {max-width: 150px; height: auto; display: block;}

/* paginação */
nav.paginacao {position: relative; bottom: 0; clear: both; padding-bottom: 10px; padding-top: 10px;}
div.resultados { margin-bottom: 10px; }
div.encontrados {margin-bottom: 5px; }
nav.paginacao ul li {list-style: none; display: inline-block; padding: 0 2px; color: #fff; text-align: center; }
nav.paginacao ul li img {position: relative; bottom: 1px;}
nav.paginacao ul li.on {background-color: #61bacc; width: 24px; height: 24px; text-align: center; line-height: 24px;}
nav.paginacao ul li a {display: block; background-color: #999; color: #fff; width: 24px; height: 24px; text-align: center; line-height: 24px;}
nav.paginacao ul li a:hover, nav.paginacao ul li a:active, nav.paginacao ul li a:focus {background-color: #61bacc; color: #fff;}

/* horizontal tabs */
#tabs { position: relative; bottom: 22px; margin-top: 50px;float: left; height:317px; } 
.tabContent {margin: 0; padding: 0; clear: both;}
#tabs ul {margin: 0 ; padding: 0; list-style: none; position: relative;}
#tabs > ul > li { float: right; padding: 0; margin-left: 1px; list-style:none;}
#tabs ul li a, #tabs ul li a:visited, #tabs ul li a:active {color: #3490a9; text-decoration: none; background: #f5f5f5; line-height: 0; padding: 4px 10px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px;}
#tabs .ui-state-default.ui-state-hover{ background:transparent;}
#tabs .ui-tabs-active a { background:#6fcde4; color: #fff;}
#content section article #tabs img {margin: 0;}

/* listas */
article ul, article ol {margin-bottom: 20px; margin-left: 30px;}
article li>ul, article li>ol {margin-top: 10px;}
article ul li{list-style:none; padding-left:15px; background: url(/temas/emel/img/bullet_azul.gif) 0 4px no-repeat; margin-bottom: 5px;}
article ol {margin-bottom: 20px; margin-left: 15px;}
article ol li{margin-bottom: 5px;}
article ul li a, article ul li a:active, article ul li a:visited, article ol li a, article ol li a:active, article ol li a:visited { color: #2588a3; text-decoration: underline;}
article ul li a:hover, article ul li a:focus, article ol li a:hover, article ol li a:focus{ color: #2588a3; text-decoration: none;}
article ul.cinza {color: #666; }
article ul.cinza li a , article ul.cinza li a:hover, article ul.cinza li a:active , article ul.cinza li a:focus {color: #666; }



/* acordeao */
ul.acordeao {margin: 30px 0 0 0;}
ul.acordeao>li {list-style: none; background: none; border-bottom: 1px solid #999; margin: 0; padding: 0;}
ul.acordeao>li:first-child {border-top: 1px solid #999; }
#content ul.acordeao>li>h1 { font-size: 14px; font-size: 1.4rem; font-weight: bold; color: #666; line-height: 14px; line-height: 1.4rem;
padding: 10px; margin: 0; background: transparent url('/temas/emel/img/bg_bullets_acordeao.png') no-repeat right 13px; cursor: pointer;}
#content ul.acordeao>li>div{padding: 10px;}
#content ul.acordeao>li>h1:hover {background-color: #dff1f5;}
#content ul.acordeao>li>h1.opened { background-position: right bottom;}

/* feedback */
.feedback {text-align: right; padding: 15px 0 0 0; }
.feedback a {text-decoration: underline; color: #2588a3;}
.feedback a:hover, .feedback a:active, .feedback a:focus {text-decoration: none;}

/* destaque Press-release */
#content .destaquePr{position: relative; overflow: hidden;}
#content .destaquePr img {}
#content .destaquePr>div{position: absolute; top: 0; bottom:0; left: 0;width: 100%; background-color: #000;  background-color: rgba(0, 0, 0, 0.5);}
#content .destaquePr>div .data { color: #61bacc; margin: 20px 20px 5px 20px; opacity: 1; filter: alpha(opacity=100);}
#content .destaquePr>div h1 { color: #fff; margin: 0 10px 5px 20px; font-family: 'open_sanscondensed_light'; font-size: 25px; font-size: 2.5rem; line-height: 25px; line-height: 2.5rem; text-transform: uppercase;}
#content .destaquePr>div h1.solo {margin: 20px 10px 10px 20px; }
#content .destaquePr>div .resumo { color: #ddd; margin: 0 10px 3px 20px; display: none;}
#content .destaquePr>div .seemore { position: relative; bottom: 0; width: 100%;}
#content .destaquePr>div .seemore a {color: #fff!important; margin: 0 10px 5px 20px;}
#content .destaquePr>div a.botao { margin-left: 20px; }

/* listas com cores alternativas */
ul.altern { margin: 25px 0; }
ul.altern li {background-color: #f0f0f0; padding: 10px; list-style: none; color: #666; display: table; position: relative;
}
ul.altern>li{ display: block; background-image: none; margin: 0;}
ul.altern li>div, ul.altern li.odd>div{ display: table-cell; }
ul.altern li footer, ul.altern li.odd footer { text-align: right; display: block; padding-top: 20px;}
ul.altern li.odd {background-color: #fafafa}
ul.altern .ocupacao {width: 50px; padding: 10px; vertical-align: middle; }
ul.altern .ocupacao>div {padding-top: 20px; vertical-align: middle; }
ul.altern .ocupacao .fraca { background: transparent url('/temas/emel/img/bg_ocupacao_fraca.png') no-repeat center 0; }
ul.altern .ocupacao .media { background: transparent url('/temas/emel/img/bg_ocupacao_media.png') no-repeat center 0; }
ul.altern .ocupacao .elevada { background: transparent url('/temas/emel/img/bg_ocupacao_elevada.png') no-repeat center 0; }
ul.altern .tooltip {color:#2588A3;font-size:12px;font-weight:normal; text-align: center;}
ul.altern .txt { vertical-align:middle; width: auto; padding-right: 20px; }
ul.altern .txt h3 {color: #333; font-size: 17px; font-size: 1.7rem; font-weight: bold; margin:0}
ul.altern .servicos {display: none;}
ul.altern li>ul li {border-top: 1px solid #999999; border-right: 1px solid #999999; border-bottom: 1px solid #999999; border-left: 1px solid #999999; margin: 0; padding: 0; background: #F0F0F0; float: left;}
ul.altern li>ul li.odd {border-top: 1px solid #999999; border-right: 1px solid #999999; border-bottom: 1px solid #999999; border-left: 0 }
ul.altern li.odd > ul li{ background:#FAFAFA; }

ul#lojas.altern li .txt { width: 60%; padding-right: 20px;}
ul#lojas.altern li { display: block; padding: 20px; }
ul#lojas.altern li .horarios {vertical-align: middle; }
ul#lojas.altern li footer {padding-top: 10px; }


/* tarifários */
table#tarifarios {width: 100%; color: #333;}
table#tarifarios th {font-weight: normal;}
table#tarifarios th, table#tarifarios td { padding: 3px 1px; text-align:center; font-size: 85%;}
table#tarifarios tr.verde{background-color: #6c3; color: #fff; border-bottom: 1px solid #fff;}
table#tarifarios tr.amarelo {background-color: #fc0; border-bottom: 1px solid #fff;}
table#tarifarios tr.vermelho { background-color: #f30;  color: #fff;}
table#tarifarios tr.verde th, table#tarifarios tr.amarelo th, table#tarifarios tr.vermelho th { text-align: left;}
table#tarifarios tfoot tr { display: block; }
table#tarifarios tfoot td { padding: 0; }
table#tarifarios tfoot td h3 { margin: 30px 0 20px 0; font-size: 16px; font-size: 1.6rem;}
table#tarifarios ul {display: block; margin: 0;}
table#tarifarios ul li {list-style: none; display: block; border-top: 1px solid #fff; padding: 0; background-image: none;}
table#tarifarios ul li:first-child {border-left: 0;}
table#tarifarios ul li a, table#tarifarios ul li a:visited {display: block; height: 48px; background-color: #408d9f; color: #fff; text-align: center;}
table#tarifarios ul li a:hover, table#tarifarios ul li a:active, table#tarifarios ul li a:focus {background-color: #6fcde4;}
table#tarifarios ul li a img { margin: 10px auto; }


/* faqs */ 
.faqSearch select {width: 90%;}
ul#faqs {margin: 30px 0 0 0;}
ul#faqs>li>div {display:none;}
ul#faqs>li {list-style: none; background:#fff; border-bottom: 1px solid #999; margin: 0; padding: 0;}
ul#faqs>li:first-child {border-top: 1px solid #999; }
#content ul#faqs>li>h1 { font-size: 14px; font-size: 1.4rem; font-weight: bold; color: #666; line-height: 14px; line-height: 1.4rem;
padding: 10px; margin: 0; background: #f5f5f5 url('/temas/emel/img/bg_bullets_acordeao.png') no-repeat right 13px; cursor: pointer;}

ul#faqs>li>div>ul{ background-color: #fff; }
ul#faqs>li>div>ul>li {list-style: none; background: #fff; border-top: 1px solid #999; margin: 0; padding: 0;}
ul#faqs>li>div>ul>li:first-child {border-top: 0;}
ul#faqs>li>div>ul>li>div { margin : 10px 0 0 20px; display:none;}
ul#faqs>li>div>ul>li:first-child {border-top: 1px solid #999; }
#content ul#faqs>li>div>ul>li>h2 { font-size: 12px; font-size: 1.4rem; font-weight: bold; color: #3490a9; line-height: 16px; line-height: 1.6rem;
padding: 10px 20px; margin: 0; background: transparent url('/temas/emel/img/bg_bullets_acordeao.png') no-repeat right 13px; cursor: pointer;}
article ul#faqs>li>div>ul { margin: 0; }
#content ul#faqs>li>h1:hover {background-color: #dff1f5;}
#content ul#faqs>li>div>ul>li>h2:hover {background-color:#f0f7f9;}
#content ul#faqs>li>h1.opened{ background-position: right bottom;}
#content ul#faqsRespostas>li>h1.opened{ background-position: right -57px;}

ul#faqsRespostas {margin: 30px 0 0 0; background-color: #fff;}
ul#faqsRespostas>li>div { margin : 10px 0 0 20px; display:none;}
ul#faqsRespostas>li {list-style: none; background: #fff; border-bottom: 1px solid #999; margin: 0; padding: 0;}
ul#faqsRespostas>li:first-child {border-top: 1px solid #999; }
#content ul#faqsRespostas>li>h1 { font-size: 12px; font-size: 1.4rem; font-weight: bold; color: #3490a9; line-height: 16px; line-height: 1.6rem;
padding: 10px 20px 10px 10px ; margin: 0; background: transparent url('/temas/emel/img/bg_bullets_acordeao.png') no-repeat right 22px; cursor: pointer;}
#content ul#faqsRespostas>li>h1:hover {background-color:#f0f7f9;}
#content ul#faqsRespostas>li>h1>div.tema { font-size: 10px; color: #999; font-weight: normal; margin-top: 5px; }

ul#faqs .feedback, ul#faqsRespostas .feedback {margin: 0 20px 20px 0; border-top: 1px solid #ccc; }
ul#faqs .feedback a, ul#faqsRespostas .feedback a {margin-left: 10px; color: #fff; text-decoration: none;}
ul#faqs .pergunta, ul#faqsRespostas .pergunta { /*display: none;*/ }
ul#faqs .feedbackform label, ul#faqsRespostas .feedbackform label{color: #000;}
ul#faqs .feedbackform, ul#faqsRespostas .feedbackform { padding: 20px 0; text-align: left;/*display: none;*/ }
ul#faqs .feedbackform>div, ul#faqsRespostas .feedbackform>div { text-align: right;}
ul#faqs .feedbackform textarea, ul#faqsRespostas .feedbackform textarea { width: 100%; padding: 5px ;margin: 3px 0 20px 0; background:#efefef;}
ul#faqs .success, ul#faqsRespostas .success{ /*display: none; */}

/*  galerias */
ul.galeria {margin:padding: 0; margin: 0!important; }
ul.galeria li { list-style: none; display: inline-block; vertical-align: top;background-image: none; padding: 0; margin: 10px 5px 20px 5px; text-align: center; height: 200px; width: 160px;}
ul.galeria li figure {width: 150px; height: 112px; border: 1px solid #ccc; margin-bottom: 5px; padding: 5px; text-align: center; overflow: hidden;}
ul.galeria li figure .vCenter {display: table-cell; vertical-align: middle; height: 112px; width: 150px; background-color: transparent;}
ul.galeria li figure img {width: 100%; vertical-align: middle; height: auto;}
ul.galeria li .titulo{ font-weight: bold!important; margin-top: 10px; }
ul.galeria li .metadados{ font-size: 10px; font-size: 1rem;}
ul.galeria li figure:hover{border-color: #2588a3;}


/* Parques */
.parqueinfo { }
.parqueinfo span.ocupacao {padding-left: 20px; vertical-align: middle;}
.parqueinfo .ocupacao.fraca { background: transparent url('/temas/emel/img/bg_ocupacao_fraca.png') no-repeat 3px 2px; }
.parqueinfo .ocupacao.media { background: transparent url('/temas/emel/img/bg_ocupacao_media.png') no-repeat 3px 2px; }
.parqueinfo .ocupacao.elevada { background: transparent url('/temas/emel/img/bg_ocupacao_elevada.png') no-repeat 3px 2px; }

/* Serviços (GCA) */
ul#servicos{ margin-left:20px;list-style:none; }
ul#servicos li{display: inline-block; width: auto; vertical-align: top; margin:0 2.5% 20px 0; padding:0; background:none; }
ul#servicos li img{ float:left;border:1px solid #ccc;}
ul#servicos li p{ float:left; width: 60%; margin: 10px 0 0 10px; }

ul#servicos_adicionais li {display: inline-block; width: auto; vertical-align: top; margin:0 2.5% 20px 0; padding:0!important; background:none;}
ul#servicos_adicionais li img{ float:left; }
ul#servicos_adicionais li p{ float:left; width: 60%; margin: 10px 0 0 10px; min-width: 150px;}

/* mapa pesquisa estacionamento */
.mapa { margin: 15px 0 50px 0 ; position: relative; }
#map_canvas { width: auto; height:300px;}
.mapa .sombra {position: relative; width: auto;} 
.mapa .map_cover .top {position: absolute; left:0;top:0;width:100%;height:5px;background:url('/temas/emel/img/bg_sombra_top.png') repeat-x 0 0;}
.mapa .map_cover .bottom {position: absolute; left:0;bottom:0;width:100%;height:5px;background:url('/temas/emel/img/bg_sombra_bottom.png') repeat-x 0 0;}
.mapa .map_cover .left {position: absolute; left:0;top:5px;width:5px;height:290px;background:url('/temas/emel/img/bg_sombra_left.png') repeat-y 0 0;}
.mapa .map_cover .right {position: absolute; right:0;top:5px;width:5px;height:290px;background:url('/temas/emel/img/bg_sombra_right.png') repeat-y 0 0;}
.mapa .filtro {position: relative; border: 5px solid #e3e3e3; background-color: #fff; padding: 20px 30px 100px 30px;}
.mapa .filtro a { text-decoration: none; }
#content .mapa .filtro h2 {letter-spacing: 0; margin:0 0 5px;}
.filtro legend { margin-top: 10px; }
#content .mapa .pesquisaMap h2, #content .mapa .pesquisaMap p {color: #fff; letter-spacing: 0;}
.pesquisaMap {position: absolute; right: 0; bottom: 0; left: 0; background-color: #1e7d9a; padding: 20px 20px 30px 20px;}
.pesquisaMap input[type=text] {padding: 5px; width: 100% }
[type="checkbox"]:not(:checked) + label.elevada:before, [type="checkbox"]:checked + label.elevada:before, [type="checkbox"]:not(:checked) + label.media:before, [type="checkbox"]:checked + label.media:before, [type="checkbox"]:not(:checked) + label.fraca:before, [type="checkbox"]:checked + label.fraca:before { content: ''; position: absolute; left:0; top: -3px; width: 20px; height: 20px; border: 0; border-radius: 0; }
[type="checkbox"]:not(:checked) + label.elevada:before, [type="checkbox"]:checked + label.elevada:before {background: transparent url('/temas/emel/img/bg_ocupacao_elevada.png') no-repeat 0 3px;}
[type="checkbox"]:not(:checked) + label.media:before, [type="checkbox"]:checked + label.media:before {background: transparent url('/temas/emel/img/bg_ocupacao_media.png') no-repeat 0 3px;}
[type="checkbox"]:not(:checked) + label.fraca:before, [type="checkbox"]:checked + label.fraca:before {background: transparent url('/temas/emel/img/bg_ocupacao_fraca.png') no-repeat 0 3px;}
[type="checkbox"]:not(:checked) + label.elevada::after,[type="checkbox"]:checked + label.elevada::after,[type="checkbox"]:not(:checked) + label.media::after,[type="checkbox"]:checked + label.media::after,[type="checkbox"]:not(:checked) + label.fraca::after,[type="checkbox"]:checked + label.fraca::after {color: #fff ; }


#modalMapa{width: 1000px; padding-bottom: 20px; }
#modalMapa .mapa { margin: 0; height: 308px; position: relative; }
#modalMapa header {padding: 10px 20px 10px 10px; background: #EDEDED url(/temas/emel/img/bg_header.png) 0 0 repeat-x}
#modalMapa header img {padding: 10px 20px 10px 10px; border-right: 1px solid #ccc;}
#modalMapa header label {padding: 10px 20px; font-size: 14px; font-size: 1.4rem;}
#modalMapa header input[type=text] {padding: 5px; width: 498px;}
#modalMapa #modalmap_canvas { width: 100%; height:320px;}
#modalMapa .map_cover .right {left:995px;}
#modalMapa .map_cover .bottom {bottom:-12px}
#modalMapa .filtro {padding: 40px 20px 20px 40px;}
#modalMapa .filtro fieldset{margin-top: 20px;}
#modalMapa .filtro a { text-decoration: none; }
#modalMapa ul.resultados { border: 5px solid #e3e3e3; padding: 20px; }
#modalMapa ul.resultados li {list-style: none; line-height: 18px; line-height: 1.8rem; }
#modalMapa ul.resultados>li {font-weight: bold; margin: 10px 0; padding-top: 10px;color: #333; border-top: 1px solid #e9e9e9;}
#modalMapa ul.resultados>li:first-child {border-top: 0; padding-top: 0;}
#modalMapa ul.resultados>li>ul { margin: 0;}
#modalMapa ul.resultados>li>ul li {font-weight: normal; color: #666;}
#modalMapa ul.resultados>li>ul li a, #modalMapa ul.resultados>li>ul li a:active, #modalMapa ul.resultados>li>ul li a:visited {color: #666; text-decoration: underline;}
#modalMapa ul.resultados>li>ul li a:hover, #modalMapa ul.resultados>li>ul li a:focus{text-decoration: none;}

/* mapa loja */
.mapaloja { margin: 15px 0 50px 0 ; height: 300px; position: relative; }
#mapaloja_canvas { width: 100%; height:300px;}
.mapaloja .sombra {position: relative; width: 100%; } 
.mapaloja .map_cover .top {position: absolute; left:0;top:0;width:100%;height:5px;background:url('/temas/emel/img/bg_sombra_top.png') repeat-x 0 0;}
.mapaloja .map_cover .bottom {position: absolute; left:0;bottom:0;width:100%;height:5px;background:url('/temas/emel/img/bg_sombra_bottom.png') repeat-x 0 0;}
.mapaloja .map_cover .left {position: absolute; left:0;top:5px;width:5px;height:295px;background:url('/temas/emel/img/bg_sombra_left.png') repeat-y 0 0;}
.mapaloja .map_cover .right {position: absolute; right:0;top:5px;width:5px;height:295px;background:url('/temas/emel/img/bg_sombra_right.png') repeat-y 0 0;}

/* mapa zonas residentes */
.mapa.residentes .pesquisaMap {position: relative; padding: 5px 20px 30px 20px; width: auto;}
.mapa.residentes #map_canvas {width: auto; height: 300px;}
.mapa.residentes .map_cover .left {height:300px;} 
.mapa.residentes .map_cover .right {height:300px; right: 0;} 
.mapa.residentes .map_cover .bottom {bottom: 0;} 




/* Parque */
.parqueinfo {width: auto; float: none;}
#mapaparque_canvas { height: 300px; }
.mapaparque {height: auto; width: auto; float: none;}
.mapaparque #sombra {position: relative; width: 100%;} 
.mapaparque .map_cover .top {position: absolute; left:0;top:0;width:100%;height:5px;background:url('/temas/emel/img/bg_sombra_top.png') repeat-x 0 0;}
.mapaparque .map_cover .bottom {position: absolute; left:0;bottom:0;width:100%;height:5px;background:url('/temas/emel/img/bg_sombra_bottom.png') repeat-x 0 0;}
.mapaparque .map_cover .left {position: absolute; left:0;top:5px;width:5px;height:295px;background:url('/temas/emel/img/bg_sombra_left.png') repeat-y 0 0;}
.mapaparque .map_cover .right {position: absolute; right:0;top:5px;width:5px;height:295px;background:url('/temas/emel/img/bg_sombra_right.png') repeat-y 0 0;}
#planta img {width:100%;}

ul.servicos_adicionais li {display: inline-block; padding: 0; border: 0; margin: 0 10px 10px 0;background: none;}


/* GoogleMaps */
.googleInfoWindow {width: 270px; padding: 0 0 10px 10px; font-family: 'open_sansregular'; font-size:12px; min-height: 80px; line-height:1.35; overflow:hidden; /*white-space:nowrap;*/}
.gm-style-iw>div>div {width: 270px;padding: 0 0 10px 10px; font-family: 'open_sansregular'; font-size:12px; line-height:1.35; overflow:hidden; /*white-space:nowrap;*/ width:auto}
#content .googleInfoWindow h1, #content .gm-style-iw>div>div h1{ color: #000; font-size: 16px ;font-size: 1.6rem; line-height: 18px;font-size: 1.8rem;text-transform: uppercase; font-weight: bold; margin: 10px 0;}
.googleInfoWindow .ocupacao {position: absolute; right: 0; top: 0; text-align: right; color: #333; padding-left: 20px; clear: both; }
.googleInfoWindow .ocupacao.fraca { background: transparent url('/temas/emel/img/bg_ocupacao_fraca.png') no-repeat 0 3px; }
.googleInfoWindow .ocupacao.media { background: transparent url('/temas/emel/img/bg_ocupacao_media.png') no-repeat 0 3px; }
.googleInfoWindow .ocupacao.elevada { background: transparent url('/temas/emel/img/bg_ocupacao_elevada.png') no-repeat 0 3px; }
.googleInfoWindow>div a,.googleInfoWindow>div a:hover, .googleInfoWindow>div a:active,.googleInfoWindow>div a:visited, .googleInfoWindow>div a:focus {color: #408d9f; text-decoration: none;}
.googleInfoWindow a:hover, .googleInfoWindow a:active , .googleInfoWindow a:focus{ color: #408d9f; text-decoration: underline;}
.googleInfoWindow ul {display: inline-block; float:left; margin: 0 20px 10px 0;}
.googleInfoWindow ul li {list-style:none; }

.googleInfoWindow .tools {margin-top: 10px; clear:both;}
.googleInfoWindow .tools a, .googleInfoWindow .tools a:visited {color: #2588A3; text-decoration: none;}
.googleInfoWindow .tools a:hover, .googleInfoWindow .tools a:active, .googleInfoWindow .tools a:focus {text-decoration: underline;}
.gm-style-iw table {font-size: 1rem; font-size: 10px; margin-right: 20px;}
.gm-style-iw table td, .gm-style-iw>div>div table th { padding: 3px; text-align: center; border-left: 1px solid #eee; border-right: 1px solid #eee; }
.gm-style-iw a { padding-left:10px; background: url(/temas/emel/img/bullet_azul.gif) 0 5px no-repeat; margin-bottom: 5px; line-height: 15px; line-height: 1.5rem; }

.content_area .dealer_search_result table {width: auto;}
#direction { margin-bottom: 25px; display: none; padding: 20px;}
#direction #loading {margin-left: 10px;}
#directionsPanel {display: none; }
#direction #routeStart {padding: 5px; width: 100%;}
#direction table {width: 100%;}

a.print{ background:url(/temas/emel/img/iconPrint.png) no-repeat left center; }
#direction #target {font-weight: bold;}

a.direction{height: 15px; padding-left: 18px!important; margin-right: 10px; background: transparent url('/temas/emel/img/icon_direction.png') no-repeat left top!important;}
a.info{height: 15px; padding-left: 18px!important; margin-right: 10px; background: transparent url('/temas/emel/img/icon_info.png') no-repeat left top!important;}
a.marker {height: 15px; padding-left: 20px!important; margin-right: 10px; background: transparent url('/temas/emel/img/icon_marker.png') no-repeat left top!important;}


.gm-style-iw {overflow: inherit;} /* infowindow KML */

/* PAGE FOOTER ===================================================================== */
/*  menu */
#pageFooter{margin: 0 auto;}
#footerMenu { background: #434343; padding: 20px 20px 20px 0; position: relative;}
#footerMenu>div{ display: none; float: left; width: 142px; margin-left: 0;}
#footerMenu>div:first-child { width: 50px;}
#footerMenu>div h1 a {font-weight: bold; font-size:12px; font-size:1.2rem; color: #29a3c1; margin: 15px 0 10px 0;}
#footerMenu>div h1 a:hover {color: #fff;}
#footerMenu>div>ul>li {list-style:none; padding-left:10px; background: url('/temas/emel/img/bullet_branco.gif') 0 5px no-repeat; margin-bottom: 5px; line-height: 15px; line-height: 1.5rem; font-family: 'open_sanslight'; text-align: l;}
#footerMenu>div>ul>li, #footerMenu>div>ul>li a { color: #fff;}
#footerMenu>div>ul>li a:hover { color: #6fcde4;}
/*  redes sociais */
#footerMenu>div#socialBar {display: block; text-align: right; width: 100%;}
#footerMenu>div#socialBar>ul {display: inline-block; margin: 0; color: #fff;}
#footerMenu>div#socialBar>ul>li {list-style: none; background: none;}
#footerMenu>div#socialBar>ul>li a {background-repeat: no-repeat; padding-left: 20px; height: 15px; overflow: hidden;}
a.facebook {background-image: url('/temas/emel/img/bg_redes_sociais.png'); background-position: 0 0; }
a.youtube{background-image: url('/temas/emel/img/bg_redes_sociais.png'); background-position: 0 -15px; }
a.twitter {background-image: url('/temas/emel/img/bg_redes_sociais.png'); background-position: 0 -29px; }
a.pinterest {background-image: url('/temas/emel/img/bg_redes_sociais.png'); background-position:  0 -44px; }
a:hover.facebook, a:active.facebook, a:focus.facebook  {background-position: 0 -60px;}
a:hover.youtube, a:active.youtube, a:focus.youtube {background-position: 0 -75px;}
a:hover.twitter, a:active.twitter, a:focus.twitter {background-position: 0 -89px;}
a:hover.pinterest, a:active.pinterest, a:focus.pinterest  {background-position: 0 -104px;}
#footerMenu img#cml{position: absolute; bottom: 30px; left: 25px; width: 80px;}
/*  submenu */
#footerSubMenu {margin: 15px 0; padding: 0 10px; text-align: center;}
#footerSubMenu ul, #footerSubMenu ul a { font-size: 10px; color: #666;}
#footerSubMenu ul a:hover { color: #6fcde4;}
#footerSubMenu ul li {list-style: none; display: inline-block; border-left: 0; padding: 3px 10px;}
#footerSubMenu ul li:first-child {border-left: 0; padding-left: 0}


/* FANCYBOX ===================================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp{padding:0;margin:0;border:0;outline:0;vertical-align:top}
.fancybox-wrap{position:absolute;top:0;left:0;z-index:8020}
.fancybox-skin{position:relative;background:transparent;color:#444;text-shadow:none; padding: 0!important;}
.fancybox-opened{z-index:8030}
.fancybox-opened .fancybox-skin{}
.fancybox-outer,.fancybox-inner{position:relative}
.fancybox-inner{overflow:hidden}
.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}
.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}
.fancybox-image,.fancybox-iframe{display:block;width:100%;height:100%}
.fancybox-image{max-width:100%;max-height:100%}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('/temas/emel/img/fancybox_sprite.png')}
#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}
#fancybox-loading div{width:44px;height:44px;background:url('/temas/emel/img/fancybox_loading.gif') center center no-repeat}
.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}
.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url('blank.gif');-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}
.fancybox-prev{left:0}.fancybox-next{right:0}
.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}
.fancybox-prev span{left:10px;background-position:0 -36px}
.fancybox-next span{right:10px;background-position:0 -72px}
.fancybox-nav:hover span{visibility:visible}
.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;visibility:hidden;max-width:99999px;max-height:99999px;overflow:visible !important}
.fancybox-lock{overflow:hidden !important;width:auto}
.fancybox-lock body{overflow:hidden !important}
.fancybox-lock-test{overflow-y:hidden !important}
.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url('/temas/emel/img/fancybox_overlay.png')}
.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}
.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}
.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}
.fancybox-opened .fancybox-title{visibility:visible}
.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:transparent;background:rgba(0,0,0,0.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#FFF;font-weight:bold;line-height:24px;white-space:nowrap}
.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}
.fancybox-title-inside-wrap{padding-top:10px}
.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url('fancybox_sprite@2x.png');background-size:44px 152px}#fancybox-loading div{background-image:url('fancybox_loading@2x.gif');background-size:24px 24px}
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media screen and ( max-width: 767px ) {
	/* are previous styles*/
	.nomobile { display: none; }

	table.flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
	table.flip-scroll * html .cf { zoom: 1; }
	table.flip-scroll *:first-child+html .cf { zoom: 1; }
	table.flip-scroll { width: 100%; border-collapse: collapse; border-spacing: 0; }
	 
	table.flip-scroll th,
	table.flip-scroll td { margin: 0; vertical-align: top; }
	table.flip-scroll th { text-align: left; }
	table.flip-scroll { display: block; position: relative; width: 100%; }
	table.flip-scroll thead  { display: block; /*float: left;*/ }
	table.flip-scroll tfoot { display: block; float: left; }
	table.flip-scroll tbody { width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
	table.flip-scroll thead tr { display: block; }
	table.flip-scroll th { display: block; text-align: right; }
	table.flip-scroll tbody tr { display: inline-block; vertical-align: top; }
	table.flip-scroll td { display: block; min-height: 1.25em; text-align: left; }
	/* perso */
	table.flip-scroll tfoot { float: none;}
	table.flip-scroll tfoot tr td {display: block; width: 100%;}
	/* tabela soluções */
	table#solucoes.flip-scroll tbody { display: block; }
	table#solucoes.flip-scroll tbody tr { display: /*inline-*/block;}
}

/* a partir de 768px de largura  */
@media screen and (min-width: 768px) {
	
	/* ESTRUTURA GERAL ===================================================================== */
	.mobile { display: none; }
	body{ min-width: 1020px; }
	header#pageHeader{ height: 140px; }
	section#content {width: 1020px; padding: 0;position: relative;}
	.wrapper {width: 1020px; position: relative;}
	.col1_2 { display: block; width: 240px; float: left; margin-right: 50px; margin-left: 10px}
	.col2_2 { width: 710px; margin-right: 10px; float: left;  }
	.col1_2_v2 {width: 710px; float: left; margin-right: 50px; margin-left: 10px;}
	.col2_2_v2  {display: block; width: 250px; float: left; }
	.home .col1_2 {width: 710px; float: none; margin-right: 0; margin-bottom: 50px; margin-left: 10px;}
	.home aside#banners {float: right; width: 240px; position: relative; margin-top: -445px; z-index: 500; clear: both; bottom:0; margin-right: 10px;}
	
	/* HEADER ===================================================================== */
	header#pageHeader img#logo {margin-left: 0; width:182px;}
	header#pageHeader #rightCol { display: block ;float: right;}
	
	/* MAIN MENU ===================================================================== */
	nav#main{position: absolute; top: 100px;}
	ul.overlayer { display: table; height:40px; width: 959px;}
	ul.overlayer li {position: static;} /* corrgige comportamento do fatmenu no webkit */
	ul.overlayer li.menuBtn { display:table-cell;}
	ul.overlayer li.menuBtn.clube {display: none}
	ul.overlayer nav.fatmenu {min-height:220px; left:-10000px; min-width: 200px!important; position:absolute;text-align:left;top:100%;z-index:600; padding: 15px; background-color:#fff;}
	

	ul.overlayer li.menuBtn>a { /* btn menu */
		height: 19px; /* +20px padding + 1px border = 40px*/
		
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #5ea5b3;
		
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #5ea5b3;
		
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #90cfd4;
		
		border-bottom: 0px;
	}
	ul.overlayer li.menuBtn a:hover, ul.overlayer li.menuBtn a:focus, ul.overlayer li:first-child.menuBtn a:hover , ul.overlayer li:first-child.menuBtn a:focus, ul.overlayer li.menuBtn.loja a:hover, ul.overlayer li.menuBtn.loja a:focus {background-color: #fff; color: #6fcde4;
	}
	
	ul.overlayer li:first-child.menuBtn>a {/* btn inicio */
		background-color: #7ac142;
		border-top-color: #5ea5b3;
		border-right-color: #58994c;
		border-left-color: #58994c;
	}
	ul.overlayer li.menuBtn.active>a {/* btn active */
		background-color: #218faa;
		border-top-color: #1a778e;
		border-right-width: #218faa;
		border-left-color: #1a778e;
	}
	#main a#pull { display: none;}
	
	ul.overlayer nav.fatmenu, ul.overlayer nav.fatmenu ul {display: block;}
	
	ul.overlayer li.menuBtn:hover nav.fatmenu {left:0; border-right: 1px solid #61bacc;border-left: 1px solid #61bacc;border-bottom: 1px solid #61bacc;}
	ul.overlayer li.menuBtn:hover nav.fatmenu.right {left:auto; right:0;}
	
	ul.overlayer nav.fatmenu>div { float:left; width: 200px; margin-left: 10px; font-size: 12px; font-size: 1.2rem;}
	ul.overlayer nav.fatmenu>div h1 {font-weight: bold; font-size:12px; font-size:1.2rem; color: #29a3c1; margin: 15px 0 10px 0; position: relative; height: 40px; border-bottom: 0;
	}
		
	ul.overlayer nav.fatmenu>div li {list-style:none; padding-left:10px; background: url(/temas/emel/img/bullet_azul.gif) 0 3px  no-repeat; margin-bottom: 5px;  line-height: 15px; line-height: 1.5rem;  position: relative;}
	ul.overlayer nav.fatmenu>div li, ul.overlayer nav.fatmenu>div li a { color: #666; padding: 0 0 0 10px; border: 0;}
	ul.overlayer nav.fatmenu>div.widthAuto {width: auto;}
	
	ul.overlayer nav.fatmenu>div>ul>li a {background-color: transparent; padding-left: 0;}
	ul.overlayer nav.fatmenu>div>ul>li>ul>li a {background-color: transparent; padding-left: 10px; display: none;}
	ul.overlayer nav.fatmenu>div>ul>li>ul>li>ul>li a {background-color: transparent; padding-left: 10px; display: none;} 
	
	ul.overlayer li>span.menu_link {background-color: transparent; background-image: none;}
	ul.overlayer h1> span.submenu_link {background-color: transparent; background-image: none;}
	ul.overlayer nav.fatmenu > div h1 span.submenu_link { padding-left: 0; }
	
	/* pesquisa*/
	.sb-search {
		display: block;
		position: absolute;
		top: 100px;
		right: 50px; 
		width: 0%;
		min-width: 50px;
		height: 30px;
		border: 5px solid #fff;
		float: right;
		overflow: hidden;
		-webkit-transition: width 0.3s;
		-moz-transition: width 0.3s;
		transition: width 0.3s;
		-webkit-backface-visibility: hidden;
	}
	
	ul.overlayer span.toggleMenuBt {display: none }
	ul.overlayer li.search {display: none;}
	
	nav.paginacao {position: absolute; bottom: 10px; right: 0; padding-bottom: 0; padding-top: 0;}
	div.resultados { float: left;  margin-bottom: 0;}
	div.encontrados { float: right; margin-bottom: 0;}
	
	/* slideshow */
	section#homeSlideshow {position: relative;}
	ul#mainSlideshow {margin: 0; padding: 0; }
	ul#mainSlideshow li {list-style: none; height: 455px; width: 100%; text-align: center; background-position: center 0; background-repeat: no-repeat; background-size: auto;}
	ul#mainSlideshow li img.sombreado {width: auto; margin-bottom: 0;}
	ul#mainSlideshow li>div { position: absolute; width: 1020px; top: 0; left:50%; margin-left:-510px; /* 1/2 width) */  height: 455px;  text-align: left; }
	ul#mainSlideshow li>div>img {position: absolute; width: auto;}
	ul#mainSlideshow li header {position: absolute; width: 700px; top: 70px; left: 40px; color: #fff;}
	ul#mainSlideshow h1 {font-size: 30px; font-size: 3rem; font-weight: normal; text-transform: uppercase; margin: 0; line-height: 35px; line-height: 3.5rem;}
	ul#mainSlideshow p { font-family: 'open_sanslight'; font-size: 14px; font-size: 1.4rem; display: block;
	}
	/* pager */
	.sliderWrapper {width: 1020px; margin: 0 auto;}
	.cycle-pager {z-index: 800; margin-right: 280px; overflow: hidden; height: 15px; position: relative; bottom: 15px;text-align: right;}
	.cycle-pager span {font-family: arial; font-size: 32px; line-height: 14px; width: 10px; width: 15px; display: inline-block; color: #676767; cursor: pointer; }
	.cycle-pager span.cycle-pager-active {color: #7ac142;}
	.cycle-pager > * { cursor: pointer;}
	

	/* FOOTER ===================================================================== */
	#parcerias { display: block; }
	#footerMenu img#cml{bottom: 25px; width: 135px;}
	
	/* content ===================================================================== */
	#content.home h1{font-size: 50px; font-size:5rem; line-height:50px; line-height:5rem;}
	#breadcrumbs {padding: 0; margin-bottom: 0; margin-left: 8px;}
	table.classic thead tr th {padding: 7px 7px 7px 20px; }
	table.classic tbody tr th {padding: 7px 7px 7px 20px; }
	table.classic tbody td {padding: 7px 7px 7px 20px;}
	table#solucoes {background-image: url('/temas/emel/img/bg_table_solucoes.jpg');}
	table#solucoes tbody figure {display: block;}
	table#solucoes tbody  ul {margin: 20px 5px 30px 5px;  }
	table#solucoes tbody  ul.first {margin-left: 25px; }
	table#solucoes tbody  ul.last {margin-right: 25px; }
	
	#breadcrumbs ul.btsPrintShare{ float: right; text-align: right; width: 209px;margin: 0 0 10px 0;}
	
	
	
	#map_canvas {height:550px; width: 720px;}
	.pontosvenda #map_canvas {width: 100%;}
	.pontosvenda .right {left:705px!important}
	.mapa .map_cover .left, .mapa .map_cover .right {height:540px;}
	.mapa .filtro {position: absolute; right: 0; top: 0; width: 230px;  height:500px; padding: 20px 30px;}
	#parques.mapa .filtro {height:340px;}
	
	
	#mapaloja_canvas, #mapaparque_canvas, #parques #map_canvas, .mapaloja  {height:390px;}
	.mapaloja .map_cover .left, .mapaparque .map_cover .left, .mapaloja .map_cover .right, .mapaparque .map_cover .right, #parques.mapa .map_cover .left, #parques.mapa .map_cover .right   {height:380px;}
	.mapaloja .map_cover .bottom {top:385px}
	
	/* mapa zonas residentes*/
	.mapa.residentes #map_canvas {width: auto; height: 390px;}
	.mapa.residentes .map_cover .left {height:390px;} 
	.mapa.residentes .map_cover .right {height:390px; left: 705px;} 
	.mapa.residentes .map_cover .bottom {bottom: 0;} 
	
	
	/* Parques */
	.parqueinfo {width: 200px; height: 370px; float: left;}
	.mapaparque {height: auto; width: 470px; float: left; margin-top: 0;}

	
	.mapaparque #sombra {position: relative;width: 100%;} 
	.mapaparque .map_cover .top {position: absolute; left:0;top:0;width:470px;height:5px;background:url('/temas/emel/img/bg_sombra_top.png') repeat-x 0 0;}
	.mapaparque .map_cover .bottom {position: absolute; left:0;bottom:0;width:470px;height:5px;background:url('/temas/emel/img/bg_sombra_bottom.png') repeat-x 0 0;}
	.mapaparque .map_cover .left {position: absolute; left:0;top:5px;width:5px;height:380px;background:url('/temas/emel/img/bg_sombra_left.png') repeat-y 0 0;}
	.mapaparque .map_cover .right {position: absolute; right:0;top:5px;width:5px;height:380px;background:url('/temas/emel/img/bg_sombra_right.png') repeat-y 0 0;}
	
	ul#lojas.altern li .txt{ float:left;min-width:380px; }
	
	#planta img {width:100%;}
	
	#tabs { margin-top: 0;} 
	#tabs { height:410px; }
	
	.tabContent {clear: none;}
	#planta img {width:auto;}
	
	/* Serviços (GCA) */
	ul#servicos li{width: 45%;}
	ul#servicos li p{width: 220px;}
	
	ul#servicos_adicionais li {width: 45%;}
	ul#servicos_adicionais li p{width: 220px;}
	
	
	/* menu lateral content */
	nav#menuContent.comImagem ul {display: block;}
	#content section.multiartigos figure {width: 180px; height: 140px;}
	
	/* multiexcertos */
	.multiexcertos article>div {width: 500px;}
	.multiexcertos figure {width: 178px; height: auto; overflow: hidden; margin-right: 20px; float: left; border: 1px solid #ccc; }
	
	#content .destaquePr{height: 260px;}
	#content .destaquePr>div{width: 33%;}
	#content .destaquePr>div .resumo {display: block;}	
	#content .destaquePr>div .seemore { position: absolute; bottom: 0; width: 100%;}
	.newsDateTitle {margin: 50px 0px 15px; color: #2588a3; font-weight: bold;}
	.newsDateTitleLista {margin: 0 0 5px; color: #2588a3; font-weight: bold;}
	
	/* thumblist */
	.thumblist li {margin-left: 40px;}
	.thumblist li>div {width: 460px;}
	.thumblist figure {width: 178px; overflow: hidden; margin-right: 20px; float: left; border: 1px solid #ccc; float: left;}
	
	/* horizontal block list */
	.horizontalList>li {float: left; width: 150px; margin: 10px;}
	
	aside#banners {text-align: left;}
	aside#banners article figure {margin-bottom: 15px; margin-right: 0; float: none;  width: auto}
	aside#banners article figure img {height: auto}
	aside#banners article .newscaption{float: none; width: auto;}
	
	#content .divFormsContainer .divFormHeader{padding-top: 0;}
	
	
	.mapa .sombra {width: 630px;} 
	.mapa .map_cover .right {left:715px}
	#direction #routeStart {width: 200px;}
	ul.altern .servicos {display: table-cell; width: 152px; position: absolute; right: 15px; top:15px; margin-bottom: 10px;}
	ul.altern .txt {padding-right: 170px; }
	table#tarifarios ul {display: table; width: 100%;}
	table#tarifarios ul li {list-style: none; display: table-cell; border-left: 1px solid #fff; border-top: 0; width: 25%;}
	table#tarifarios ul li:first-child {border-left: 0; border-top: 0;}
	table#tarifarios ul li a img {width: auto;}
	table#tarifarios th, table#tarifarios td { padding: 10px 15px; font-size: 100%; }
	table#tarifarios tfoot tr { display: table-row; }
	
	
	/* FOOTER ===================================================================== */
	#pageFooter{ width: 1020px; margin: 0 auto;}
	#footerMenu { background: #434343 url('/temas/emel/img/bg_footer.jpg') center center no-repeat; padding: 10px 20px 80px 20px; }	
	#footerMenu>div { display: block; margin-left: 10px;}
	#footerSubMenu {margin: 15px 0; padding: 0; float: left; text-align: left;}
	#footerSubMenu ul li {border-left: 1px solid #999; padding: 0 10px;}
	/*  redes sociais */
	#footerMenu>div#socialBar {position: absolute; right: 20px; bottom: 20px; width: 230px; text-align: left;}
	#footerMenu>div#socialBar>ul {margin-left: 20px;}
}

/* EMPREGOS ===================================================================== */

.col1_2_empregos { display: block; width: 240px; float: left; margin-right: 60px; }
.col2_2_empregos { margin-top: 30px;}
.col2_2_empregos .main ul.altern:first-of-type {
    margin-top: 0;
}
.col2_2_empregos .main{
	border-bottom: 0px solid #999 !important;
}
.candidatura-espontanea, .ofertas-emprego {
	width: 100%;
	height: 104.65724182128906px;
	margin-bottom: 12px;
	background-color: #EAEDF0;
	display: flex;
	flex-direction: row;
}

.ofertas-emprego {
	background-color: #EFEA50;
}
.candidatura-espontanea .main-image, .ofertas-emprego .main-image{
	align-self: center;
	margin-left: 33.07px;
    width: 48px;
    height: 48px;
}
.candidatura-espontanea .about-block, .ofertas-emprego .about-block,
.ofertas-emprego .about-block, .ofertas-emprego .about-block{
	display: flex;
	flex-direction: column;
	margin-left: 33.07px;
	justify-content: center;
	width: 541.38px;
}
.candidatura-espontanea .about-block,
.candidatura-espontanea .info,
.ofertas-emprego .about-block,
.ofertas-emprego.info {
    font-family: 'open_sansregular';
    text-align: left;
    color: #00486A;
}

.candidatura-espontanea .about-block .title,
.ofertas-emprego .about-block .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0;
}

.candidatura-espontanea .about-block .text,
.candidatura-espontanea .info,
.ofertas-emprego .about-block .text,
.ofertas-emprego .info {
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
}
.ofertas-emprego .about-block .text,
.candidatura-espontanea .about-block .text{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 30px;
}

.candidatura-espontanea .info,
.ofertas-emprego .info {
	font-family: 'open_sansregular';
	color: #3490a9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

/* breadcrubs*/

#breadcrumbs .last span{
	font-size: 1.1rem;
    color: #7ac142;
    margin: 8px 0 15px 0;
}

/* formulario*/
.job-detail-form {
	background-color: #F5F5F5;
	color: #000000;
	font-weight: 600;
	font-size: 13px;
}
.job-detail-form .form {
	margin-bottom: 15px;
	margin-top: 20px;
	font-family: 'open_sansregular';
	padding: 20px;
}
.job-detail-form .form .form-title{
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color:#2588A3;	
}
.job-detail-form .form .block-row{
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
}
.job-detail-form .form .margin-top {
	margin-top: 20px;
}
.job-detail-form .form .margin-top .textarea-container {
	position: relative;
}
.job-detail-form .form .field {
	margin-bottom: 20px;
	position: relative;
}
.job-detail-form .form .file-upload{
	padding-bottom:10px;
	position: relative;
}
.job-detail-form .form .file-upload .upload-button{
    background-color: #00486A;
    color: #ffffff;
    padding: 8px 20px;
    cursor: pointer;
	font-size: 14px;
	font-weight: 300;
}
.job-detail-form .form .file-upload #fld_tCurriculum{
	display: none;
}
.job-detail-form .form .file-upload .file-name{
	padding-bottom: 20px;
	display: none;
	font-family: 'open_sansregular';
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0em;
	text-align: left;
	color: #0038FF;
	text-decoration: underline;
}
.job-detail-form .form .curriculum{
	display: flex;
	flex-direction: column;
}
.job-detail-form .form .curriculum span{
	font-size: 11px;
	color: #666666;	
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.job-detail-form .form .curriculum .choose-file {
	background-color: red;
}
.job-detail-form .form .separador {
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 2px solid #CBCBCB;
}
.job-detail-form .form .field .textarea-container textarea{
	width: 100%;
	height: 100px;
	resize: none;
}
.job-detail-form .form .field .textarea-container .char-count {
	z-index: 1;
    font-size: 12px;
    color: #999;
    position: absolute;
	bottom: 5px;
    right: 5px;
}
.job-detail-form .form .field #funcao {
	width: 100%;
}
.job-detail-form .form .field .checkbox-list {
	list-style-type: none;
	padding: 0;
}

.job-detail-form .form .field .checkbox-list li {
	margin-bottom: 10px;
}
.job-detail-form .form .split, .job-detail-form .form .split .codigo-postal-content {
	display: flex;
}
.job-detail-form .form .split .codigo-postal-content #fld_tCodigopostal1 {
	width: 100px;
}
.job-detail-form .form .split .codigo-postal-content .codigo-separador {
	display: flex;
	align-items: center;
	margin-left: 10px;
	margin-right: 10px;
}
.job-detail-form .form .split .codigo-postal-content #fld_tCodigopostal2 {
	width: 75px;
	margin-right: 50px;
}
.job-detail-form .form .split #fld_tLocalidade{
	width: 422px;
}
.job-detail-form .form .checkbox-text{
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
	margin-top: 10px;		
}
.job-detail-form .form .checkbox-text .field{
	margin-bottom: 0;
}

/*botao submit*/

.job-detail-form .form .block-row .field input, .job-detail-form .form .field input{
	width: 100%;
	height: 24.77716064453125px;
}
.job-detail-form .form .button-form{
	text-align: right;
}
.job-detail-form .form .button-form .field .btSubmeter{
	width: 193.86572265625px;
	height: 41.14630126953125px;
	top: 210px;
	left: 431.134765625px;
	background: none; 
	background-color:#7AC142;
	background-image: url(/temas/emel/img/arrow-right.png);
	color: white;
	background-position: 20px center;
    background-repeat: no-repeat;
	padding-left: 30px;
}
.form-info{
	font-family: 'open_sansregular';
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
}
@media screen and ( max-width: 767px ) {
	.empregos-tema .col1_2_empregos {
		display: none;
	}
	.job-detail-form .form .split {
		flex-direction: column;
	}
	.job-detail-form .form .split .field{
		display: flex;
		flex-direction: column;
	}
	.job-detail-form .form .split .field #fld_tLocalidade{
		width: 100%;
	}
}

.ver-anuncio-detalhe{
	color: #7AC142;
	font-family: 'open_sansregular';
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	text-decoration: underline;
}
.job-detail-form .form .field .error-border {
    border: 1px solid red;
}

.required,.requiredd, .required-msg, .required-msg-textarea, .required-msg-div{
	font-family: 'open_sansregular';
	font-size: 11px;
	font-weight: 400;
	line-height: 11px;
	letter-spacing: 0em;
	text-align: left;
	color: #BA0000;
}
/*filtro*/
.custom-dropdown {
	width: 100%;
    position: relative;
    display: inline-block;
}

.dropdown-header {
	font-weight: 300;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    background-color: white;
    border: 1px solid #CBCBCB;
    cursor: pointer;
}

.dropdown-toggle {
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.dropdown-options {
	z-index: 2;
	margin-top: -1px;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.option {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 300;
    color: #666666;
    border: 1px solid #CBCBCB;
}

.option input {
    margin-right: 8px;
}
.option .nome-funcao{
	margin-left: 5px;
}
.option [type="checkbox"]:not(:checked) + label, .option  [type="checkbox"]:checked + label{
	margin-bottom: 0px;
}
.dropdown-options [type="checkbox"]:not(:checked) + label,.dropdown-options [type="checkbox"]:checked + label{
	margin-bottom: 0px;
}
.dropdown-options [type="checkbox"]:not(:checked) + label:before, .dropdown-options [type="checkbox"]:checked + label:before{
	width: 17px;
	height: 17px;
}
.dropdown-options [type="checkbox"]:not(:checked) + label:after, .dropdown-options [type="checkbox"]:checked + label:after{
	top: -3px;
    left: 3px;
}

.option:hover {
    background-color: #f0f0f0;
}

.rotate180 {
    transform: rotate(180deg);
}


/*opcoes selecionadas*/

.funcoes-selecionadas{
	display: none;
	flex-direction: row;
	margin-top: 20px;
}

.funcoes-selecionadas .funcao{
	cursor: pointer;
	border: 1px solid #CBCBCB;
	color: #666666;
	background-color: #FFFFFF;
	margin-right: 10px;
	padding: 4px 8px 4px 8px;
}

.no-border-error {
    border-color: #ccc;
}
.file-name {
    display: none;
}

.file-upload.file-selected .file-name {
    display: block !important;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*******************************************
Global Styles [Alert Messages]
*******************************************/
.alert-messages {
	display: block;
	width: 100%;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.alert-messages > h4 {
	font-size: 20px;
	margin: 0 0 10px 0;
}
.alert-messages .item {
	display: block;
}
.alert-messages .item .label {
	font-weight: bold;
}
.alert-messages .item .messages {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.alert-messages .item:last-child .messages {
	margin-bottom: 0;
}
.alert-messages.error {
	background-color: #F2DEDE;
	color: #a94442;
	border-color: #ebccd1;
}
.alert-messages.success {
	background-color: #dff0d8;
	color: #3c763d;
	border-color: #d6e9c6;
}
.alert-messages.info {
	background-color: #d9edf7;
	color: #31708f;
	border-color: #bce8f1;
}
.alert-messages.warning {
	background-color: #fcf8e3;
	color: #8a6d3b;
	border-color: #faebcc;
}