*{
  margin:0px;
  padding:0px;
  outline:none;
  line-height: 100%;
}
body{
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size:14px;
  color:#595959;
  line-height:15px;
}
html {
  line-height:100%;
 	-webkit-font-smoothing: antialiased;
}
.clear {
  clear: both;
  line-height:1px; 
  padding:0px;
}
img {
  border:0px;
}
.borda {
  border:1px solid red !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.inlineBlock {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
@font-face {
    font-family: 'GillSansLight';
    src: url('../fonts/gillscel-webfont.eot');
    src: url('../fonts/gillscel-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gillscel-webfont.woff') format('woff'),
         url('../fonts/gillscel-webfont.ttf') format('truetype'),
         url('../fonts/gillscel-webfont.svg#GillSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 {
  font-family: 'GillSansLight',Helvetica;
  font-size: 28px;
  color: #505050;
  line-height: 36px;
  font-weight: normal;
}
h2 {
  font-family: 'GillSansLight',Helvetica;
  font-size:25px;
  color:#505050;
  line-height: 33px;
  font-weight: normal;
}
h3 {
  font-family: 'GillSansLight',Helvetica;
  font-size:17px;
  color:#FFF;
  line-height:27px;
  font-weight: normal;
}
b {
  font-weight: bold;
}
p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size:14px;
  color:#595959;
  line-height:20px;
}
a {
  text-decoration: none;
  color: #2D2625;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #000;
}

a, a * {cursor: pointer;}
table tr td, ul , ol {
  line-height: 20px;
}


input[type="text"],
input[type="password"] {
  background-color: #FFF;
  border:1px solid #C0C0C0;
  padding: 6px 9px 5px 9px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #878787;
  line-height: 13px;
}

textarea {
  background-color: #FFF;
  border: 1px solid #C0C0C0;
  padding: 6px 9px 5px 9px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #878787;
  line-height:17px;
}

textarea:hover {
  border: 1px solid #5D5D5D;
  color: #3F534C;  
}

textarea:focus {
  border: 1px solid #5D5D5D;
  color: #3F534C; 
}

select {
  border:1px solid #C0C0C0;
  padding: 5px 5px 4px 4px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #878787;
  background-color: #FFF;
}

input[type="text"]:hover,
input[type="password"]:hover,
select:hover,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
  border: 1px solid #5D5D5D;
  color: #3F534C;
}

button {
  font-size: 100%;
  margin: 0;
  line-height: normal;
  text-transform: button;
  cursor: pointer;
  vertical-align: baseline;
  border: 0;
}
button.btn_geral {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 11px;
  font-size: 14px;
  color: white;
  font-family: "Gill Sans MT", "Gill Sans", Calibri, sans-serif,Helvetica;
  background-color: #666666;
  min-width: 106px;
  border: 1px solid #A4A4A4;
  text-transform: uppercase;
}
button.btn_geral:hover {
  background-color: #333333;
  border: 1px solid #5D5D5D;
}
button.btn_geral:active {
  background-color: #333333;
  border: 1px solid #333333;
}

blockquote {margin: 0 0 0 15px !important;}
/********************************************************/
.header {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 100;
  min-width: 980px;
}
.left_header {
  float: left;
}
.logo {
  padding-top: 25px;
  padding-left: 30px;
}
.logoH{
  /*height: 105px;*/
  /*padding-top: 15px;*/
  padding-left: 30px;
  background: #FFF;
}
.logoH img{
  display: block;
}
.right_header {
  float: right;
}
.wrap_lang {
  float: right; 
  border-left: 1px dotted #E0E0E0;
  height: 48px;
  margin-top: 4px;
  padding-right: 30px;
  padding-left: 6px;
}
.wrap_lang a {
  display: inline-block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  color: #818181;
  text-decoration: none;
  text-shadow:-1px 0px 0px rgba(236,183,0,0.3) ,1px 0px 0px rgba(0,242,255,0.2);
  margin-left: 7px;
}
.wrap_lang a:hover,
.wrap_lang a.sel {
  color: #000;
}
.wrap_lang a:first-child {
  margin-left: 2px;
}
.wrap_menu {
  float: right;
  padding-top: 33px;
  padding-right: 18px;
}
.wrap_menu ul {
  list-style: none;
}
.wrap_menu ul li {
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
.wrap_menu ul li a {
  display: inline-block;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif,Helvetica;
  font-size: 12px;
  color: #595959;
  text-transform: uppercase;
  text-decoration: none;
  z-index: 20000;
  position: relative;
}
.wrap_menu ul li a {
  background-color: #FFF;
}
.wrap_menu ul li:first-child {
  margin-left: 0px;
}
.wrap_menu ul li:first-child a {
  padding-left: 0px;
}
.wrap_menu ul li a:hover {
  text-decoration: underline;
}
.dropdown {
  position: absolute;
  top: 0;
  left: -30%;
  right: -30%;
  background: url(../sysimages/sys11.png) repeat-x left top;
  z-index: 1000;
  width: 158%;
  padding-bottom: 1px;
  display: none;
}
.cnt_dropdown {
  background-color: white;
  width: 98%;
  margin-left: 1px;
  height: 100%;
  padding-bottom: 20px;
  padding-top: 30px;
}
.cnt_dropdown span {
  text-align: left;
  width: 133px;
  display: inline-block;
  color: #333333;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif,Helvetica;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 24px;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  margin-left: -4px;
}
.wrap_menu ul li .cnt_dropdown > a {
  text-transform: uppercase;
  font-size: 11px;
  color: #797979;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height:130%;
}
.wrap_menu ul li .cnt_dropdown a:hover {
  color: #505050;
}
.wrap_menu ul li:hover .dropdown {
  display: block;
}
.wrap_menu > ul > li.active > a {
  text-decoration: underline;
  color: #7B382E;
}
.res .menu {
  left: 265px;
  text-align: left;
  padding-left: 34px;

}
.menu {
  position: absolute;
  top: 80px;
  min-width: 980px;
  left: 0;
  width: 100%;
  height: 40px;
  background: url(../sysimages/sys01.png) repeat left top;
  text-align: center;
  z-index: 99;
}
.menu.bg{
  background: #A39161;
}
.menu a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gill Sans MT", "Gill Sans", Calibri, sans-serif,Helvetica;
  color: #FFF;
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  margin-left: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.menu a.sel,
.menu a:hover {
  background: url(../sysimages/sys02.png) repeat left top;
}
.menu a:first-child {
  margin-left: 0px;
}
.content {
  position: relative;
  z-index: 50;
  /*background-color: #F2F2F0;*/
  background-color: white;
}
.wrap_home {
  width: 100%;
  max-height: 775px;
  overflow: hidden;
  position: relative;
  min-width: 980px;
}
.wrap_home.tt{
    max-height: none;
    /*height: 1000px;*/
}

.captions {
  width: 513px;
  height: 252px;
  position: absolute;
  bottom: 15%;
  left: 0;
  z-index: 100;
}
.caption_titulo {
  min-width: 320px;
  padding-right: 10px;
  min-height: 75px;
  background: url(../sysimages/sys03.png) repeat left top;
  display: inline-block;
}
.caption_descricao {
  position: relative;
  width: 512px;
  height: 176px;
  z-index: 50;
  opacity: 0.85;
  filter:alpha(opacity=85);
  margin-top: 1px;
  display: table;
  background: url(../sysimages/sys04.png) no-repeat left top;
}
.caption_descricao .overlay {
  display: block;
  width: 512px;
  height: 176px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../sysimages/sys04.png) no-repeat left top;
  z-index: 1;
}
.caption_titulo h1 {
  font-family: 'GillSansLight',Helvetica;
  font-size: 42px;
  padding-top: 21px;
  padding-bottom: 22px;
  padding-left: 70px;
}
.caption_descricao h2 {
  color: #FFF;
  font-family: 'GillSansLight',Helvetica;
  font-size: 25px;
  line-height: 33px;
  padding-left: 70px;
  padding-right:30px;
}
.caption_descricao div {
  display: table-cell;
  vertical-align: middle;
  position: relative !important;
  z-index: 2000;
  width: 100%;
}
.caption_descricao a {
  font-family: 'GillSansLight',Helvetica;
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  margin-top: 20px;
  text-align: right;
  width: 450px;
}
.caption_descricao a:hover {
  text-decoration: underline;
}
.menu_down {
  height: 62px;
  width: 100%;
  text-align: center;
  position: fixed;
  background-color: white;
  bottom: 38px;
  z-index: 9999999999999;
  min-width: 980px;
}
.menu_down a {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif,Helvetica;
  display: inline-block;
  font-size: 12px;
  color: #5B5B5B;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 25px;
  padding-left: 18px;
}

.menu_down a:hover {
  text-decoration: underline;
}

.menu_down a:first-child {
  padding-left: 0px;
}
#footer {
  position: fixed;
  bottom: 0px;
  left: 0;
  height: 38px;
  width: 100%;
  z-index: 3999;
  min-width: 980px;
}
.footer {
  height: 38px;
  width: 100%;
  background: #E5E5E5;
   min-width: 980px;
}
.footer_left {
  float: left;
  padding-top: 10px;
  padding-left: 30px;
}
.footer_left span {
  padding-right: 17px;
  color: #000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter:alpha(opacity=40);
  opacity:0.40;
}
.footer_left p {
  font-size: 11px;
}
.footer_left a {
  display: inline-block;
  margin-right: 18px;
  color: #000;
  text-shadow:-1px 0px 0px rgba(236,183,0,0.2) ,1px 0px 0px rgba(0,242,255,0.13);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter:alpha(opacity=65);
  opacity:0.65;
  text-decoration: none;
}
.footer_left a.redicom {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter:alpha(opacity=40);
  opacity:0.40;
  float: left;
  line-height: 24px;
  margin-right: 25px;
}
.footer_left span.irm{
  float: left;
  line-height: 24px;
  padding-right: 25px;
}

.footer_left a:hover {
  text-decoration: underline;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
  opacity:1;
}
.footer_right {
  float: right;
  padding-right: 34px;
  padding-top: 10px;
}
.footer_right a {
  display: inline-block;
  float: left;
  width: 17px;
  height: 21px;
  margin-left: 20px;
}

.footer_left a.pme{
  display: inline-block;
  float: left;
    width: 24px;
    height: 23px;
  margin-right: 25px;
}

.footer_left p a{
line-height: 24px;
}

.footer_right a:first-child {
  margin-left: 0px;
}
.footer_left a.pme {
  /*background: url(../sysimages/pme_n.png) no-repeat left top;*/
  background: url(../images/img_rub_pme4.png) no-repeat left top;

}

.footer_left a.pme:hover {
background: url(../sysimages/pme_n.png) no-repeat left bottom;
}

.footer_left a.tt {
  display: inline-block;
  float: left;
  width: 348px;
  height: 23px;
  margin-right: 25px;
  background: url(../images/tt.png) no-repeat left top;

}

.footer_right a.face {
  background: url(../sysimages/sys05.png) no-repeat left top;
}
.footer_right a.pint {
  background: url(../sysimages/sys06.png) no-repeat left top;
}
.footer_right a.linkd {
  background: url(../sysimages/sys22.png) no-repeat left top;
}
.footer_right a.you {
  background: url(../sysimages/sys07.png) no-repeat left top;
}
.footer_right a:hover {
  background-position: left bottom;
}
.wrap_paginas {
  width: 100%;
  min-height: 705px;
  overflow: hidden;
  margin-top: 40px;
  min-width: 980px;
}
.slogan {
  width: 100%;
  height: 150px;
  background-color: #FFF;
  text-align: center;
}
.slogan h1 {
  padding-top: 45px;
  font-family: 'GillSansLight',Helvetica;
  color: #8D746D;
  font-size: 26px;
  line-height: 33px;
  width: 600px;
  margin: 0 auto;
}
.title {
  width: 100%;
  background-color: #FFF;
  padding-left: 10px;
}
.title h1 {
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: 'GillSansLight',Helvetica;
  color: #505050;
  font-size: 26px;
  line-height: 33px;
}
.content-title {
  width: 990px;
  margin: 0 auto;
  min-height:156px;
}
.bg_paginas {
  position: relative;
  z-index: 10;
  height: 579px;
  width: 100%;
  overflow: hidden;
}
.bg_paginas .overlay {
  height: 100%;
  width: 100%;
  opacity: 0.75;
  filter:alpha(opacity=75);
  background: url(../sysimages/sys08.png) repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.bg_paginas .overlay2 {
  height: 100%;
  width: 448px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  position: absolute;
  top: 0;
  right: 235px;
  z-index: 100;
}
.bg_paginas .overlay_sombra {
  width: 100%;
  height: 40px;
  background: url(../sysimages/sys09.png) no-repeat center top;
  position: absolute;
  top: 0;
  left:0;
  z-index: 200;
}
.bg_paginas .overlay_sombra2 {
  width: 100%;
  height: 40px;
  /*background: url(../sysimages/sys09.png) no-repeat center top;*/
  position: absolute;
  top: 0;
  left:0;
  z-index: 200;
}
.logos_down {
  width: 100%;
  height: 92px;
  text-align: center;
  display: table;
  position: fixed;
  bottom: 38px;
  background-color: white;
  z-index: 99999999999999999;
}
.logos_down div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.logos_down div img {
  vertical-align: middle;
  /*margin-left: 50px;*/
 /* max-height: 55px; */
}
.area-marca{
  margin: 9px;
  padding: 14px 16px;
  display: inline-block;
  background-color:#FFFFFF;
}
.logos_down div a img:hover {
  opacity: 0.8;
}
.logos_down div img:first-child {
  margin-left: 0px;
}
.content_bgPaginas {
  width: 990px;
  min-width: 990px;
  margin: 0 auto;
  position: relative;
  z-index:300;
  text-align: center;
}
.content_bgPaginas h2 {
  color: #FFFFFF;
  font-family: 'GillSansLight',Helvetica;
  font-size: 25px;
  margin-top: 40px;
  margin-bottom: 49px;
}
.content_bgPaginas p {
  font-family: 'GillSansLight',Helvetica;
  line-height: 27px;
  color: #FFF;
  width: 618px;
  margin: 0 auto;
  font-size: 17px;
}

.content_textil {
  width: 990px;
  min-width: 990px;
  margin: 0 auto;
  margin-top: 120px;
  position: relative;
  z-index:300;
  padding-left: 10px;
}
.content_textil h2 {
  color: #FFFFFF;
  font-family: 'GillSansLight',Helvetica;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 33px;
}
.content_textil p {
  font-family: Arial,Helvetica;
  line-height: 20px;
  color: #FFF;
  font-size: 14px;
}

.content_textil2 {
  width: 410px;
  /*min-width: 990px;*/
  /*margin: 0 auto;*/
  margin-top: 89px;
  position: relative;
  z-index: 300;
  padding-left: 10px;
  float: right;
  margin-right: 249px;
}
.content_textil2 h2 {
  color: #A39161;
  font-family: 'GillSansLight',Helvetica;
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 33px;
}
.content_textil2 p {
  font-family: Arial,Helvetica;
  line-height: 19px;
  color: #656565;
  font-size: 14px;
}

.content_slider{
  padding-top: 1px;
  padding-left: 1px;
  width: 864px;
  min-height: 151px;
  background: url(../sysimages/sys10.png) repeat left top;
  margin:0 auto;
  margin-top: 45px;
  text-align: center;
}
.content_slider a {
  font-family: "Gill Sans MT", "Gill Sans", Calibri, sans-serif,Helvetica;
  color: #2D2625;
  font-size: 14px;
  text-decoration: none;
}
.content_slider a:hover {
  text-decoration: underline;
}
.slider1, .slider2, .slider3, .slider4 {
  width: 215px;
  height: 150px;
  float: left;
  margin-bottom: 20px;
}
.slider1, .slider2, .slider3 {
  margin-right: 1px;
} 
.content_slider-textil{
  padding-top: 1px;
  padding-left: 1px;
  width: 432px;
  min-height: 151px;
  background: url(../sysimages/sys10.png) repeat left top;
  margin:0 auto;
  margin-top: 5px;
  text-align: center;
  padding-bottom: 1px;
}
.content_slider-textil ul li{
  list-style: none;
}
.content_slider-textil .slider1, .slider2, .slider3, .slider4 {
  width: 215px;
  height: 150px;
  float: left;
  margin-bottom: 0px;
}
.content_slider-textil .slider1, .slider2, .slider3 {
  margin-right: 1px;
}
.content_slider-textil .slider1, .slider2 {
  margin-bottom: 1px;
}

/*
.content-text a {
  display: inline-block;
  font-family: "Gill Sans MT", "Gill Sans", Calibri, sans-serif;
  color: #2D2625;
  font-size: 14px;
  text-decoration: none;
}  */

.registo {
  display: inline-block;
  font-family: "Gill Sans MT", "Gill Sans", Calibri, sans-serif,Helvetica;
  color: #2D2625;
  font-size: 14px;
  text-decoration: none;
}

.content-text a:hover {
  text-decoration: underline;
}

.content-text {
  margin-left: 28px;
  width: 480px;
}

#newsletter {
  display: none;
}
.cnt_newsletter {
  width: 470px;
  margin-left: 50px;
  margin-top: 50px;
  position: relative;
}
.cnt_newsletter h2 {
  color: #707070;
  font-size: 14px;
  padding-top: 15px;
  line-height: 15px;
  width: 502px;
}
.close_newsletter {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background: url(../sysimages/sys12.png) no-repeat left top;
  cursor: pointer;
}
.close_newsletter:hover {
  background-position: left bottom; 
}
.cnt_form {
  width: 470px;
  margin-top: 25px;
}
.cnt_campo {
  width: 225px;
  margin-bottom: 20px;
}
.cnt_campo p {
  font-size: 12px;
  color: #505050;
  padding-bottom: 4px;
}
.cnt_campo.erro p {
  color: #A90206;
}
.cntCampo_registo.erro p {
  color: #A90206;
}
.send_newsletter p {
  line-height: 44px;
  color: #999999;
  padding-left: 20px;
}
.obs_newsletter {
  margin-top: 35px;
}
.obs_newsletter p {
  font-size: 11px;
  color:rgba(0,0,0,0.4);
  text-shadow:-1px 0px 0px rgba(236,183,0,0.12) ,1px 0px 0px rgba(0,242,255,0.08);
}
.newsletter_ok {
  display: none;
  width: 470px;
  height: 300px;
}
.cnt_newsletterOk {
  display: table;
  height: 300px;
  width: 470px;
}
.cnt_newsletterOk div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cnt_newsletterOk h2 {
  color: #707070;
  font-size: 14px;
  width: 296px;
  margin: 0 auto;
  line-height: 17px;
}
#registo {
  display: none;
} 
.registo {
  margin-top: 40px;
}
.cnt_registo {
  width: 580px;
  margin-left: 50px;
  margin-top: 50px;
  position: relative;
}
.cnt_registo h2 {
  color: #707070;
  font-size: 14px;
  padding-top: 6px;
  line-height: 20px;
  width: 502px;
}
.cnt_registo .close_newsletter {
  position: absolute;
  right: 20px;
  top: -3px;
  width: 46px;
  height: 46px;
  background: url(../sysimages/sys12.png) no-repeat left top;
  cursor: pointer;
}
.cnt_registo .close_newsletter:hover {
  background-position: left bottom;
}
.menu_tab {
  border-bottom: 1px solid #C0C0C0;
  height: 39px;
  width: 580px; 
  margin-left: -20px;
  margin-top: 28px;
}
.menu_tab ul {
  list-style: none;
}
.menu_tab ul li {
  float: left;
}
.menu_tab ul li {
  margin-left: 20px;
  border: 1px solid transparent;
}
.menu_tab ul li a {
  display: inline-block;
  font-size: 14px;
  color: #767271;
  font-family: "Gill Sans MT", "Gill Sans", Calibri, sans-serif,Helvetica;
  padding: 13px 20px 10px 20px;
  text-decoration: none;
}
.menu_tab ul li.active {
  border: 1px solid #C0C0C0;
  border-bottom: 2px solid #f9f9f9;
}
.menu_tab ul li.active > a,
.menu_tab ul li:hover a{
  color: #2C2625;
}
.content_tabs .tab {
  display: none;
}
.cntForm_registo {
  width: 540px;
  margin-top: 44px;
}
.cntForm_registo .cntFormLeft {
  width: 260px;
  float: left;
}
.cntForm_registo .cntFormRight {
  width: 260px;
  float: right;
}
.cntCampo_registo {
  margin-bottom: 20px;
}
.cntCampo_registo p {
  font-size: 12px;
  padding-bottom: 5px;
}
.cnt_checkbox {
  margin-bottom: 31px;
}
.cntLeft_checkbox {
  float: left;
  width: 165px;
}
.cntLeft2_checkbox {
  float: left;
  margin-left: 10px;
}
.cntLeft_checkbox p,
.cntLeft2_checkbox p {
  font-size: 12px;
  color: #505050;
}
.cntLeft_checkbox label,
.cntLeft2_checkbox label {
  font-size: 14px;
  font-family: "Gill Sans MT", "Gill Sans", Calibri, sans-serif,Helvetica;
  margin-left: 8px;
  color: #707070;
}
.cnt_ops {
  margin-top: 10px;
}
.cnt_ops .left {
  margin-bottom: 5px;
}
.cntLeft2_checkbox .cnt_ops {
  margin-right: 20px;
}
.content_sobrenos {
  padding-top: 80px;
  width: 813px;
  margin: 0 auto;
}
.content_sobrenos h1 {
  padding-bottom: 42px;
}
.content_sobrenos p {
  line-height: 20px;
}
.bottom_sobrenos {
  /*border-top: 13px solid #fff;*/
  height: 62px;
  background-color: #FFF;
  width: 100%;
  text-align: center;
  position: fixed;
  bottom: 38px;
  left: 0;
}
.bottom_sobrenos a {
  padding-top: 25px;
  display: inline-block;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif,Helvetica;
  font-size: 12px;
  text-transform: uppercase;
  color: #5B5B5B;
  text-decoration: none;
  padding-left: 18px;
}
.bottom_sobrenos a:first-child {
  padding-left: 0px;
}
.bottom_sobrenos a:hover {
  text-decoration: underline;
}
.content_newsroom {
  width: 947px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom:150px;
}
.text_newsroom p {
  color: #595959;
  line-height: 22px;
}
.img_newsroom {
  margin-top: 25px;
}
.img_newsroom p {
  font-size: 12px;
  color: #595959;
  padding-top: 10px;
}
.content_newsroom .left {
  width: 293px;
}
.content_newsroom .right {
  width: 400px;
}
.content_newsroom .right p {
  color: #595959;
}
.agendar_visita {
  margin-top: 80px;
  margin-left: 116px;
}
#agenda_visita {
  display: none;
}
.cnt_agendaVisita {
  width: 370px;
  margin-left: 50px;
  margin-top: 50px;
  position: relative;
}
.cntForm_agendaVisita {
  width: 370px;
  margin-top: 40px;
}
.cntCampo_agendaVisita {
  margin-bottom: 20px;
}
.cntCampo_agendaVisita.erro p {
  color: #A90206;
}
.cntCampo_agendaVisita p{ 
  color: #707070;
  padding-bottom: 6px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif,Helvetica;
}
.datepickerPop {
  position: relative;
}
.popup_datepicker {
  width: 253px;
  height: 222px;
  border: 1px solid #666666;
  position: absolute;
  bottom: 32px;
  left: -21px;
  background-color: white;
  display: none;
}
.close_datepickerPop {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 21px;
  height: 21px;
  background: url(../sysimages/sys14.png) no-repeat left top;
}
.popup_datepicker .arrow {
  width: 15px;
  height: 9px;
  position: absolute;
  bottom: -9px;
  right: 21px;
  background: url(../sysimages/sys15.png) no-repeat left top;
}
.cnt_datepicker {
  width: 233px;
  margin-left: 10px;
  margin-top: 10px;
}
input.datapicker {
  background: url(../sysimages/sys18.png) 197px top no-repeat;
}
input.datapicker:hover,
input.datapicker:focus {
  background-position: 197px bottom;
}
.enviar_agendaVisita {
  margin-top: 20px;
}
.enviar_agendaVisita p {
  color: #999999;
  line-height: 44px;
  padding-left: 15px;
}
#agendaVisita_ok {
  display: none;
}
.cnt_agenda_visitaOk {
  display: table;
  height: 240px;
  width: 470px;
}
.cnt_agenda_visitaOk div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cnt_agenda_visitaOk h2 {
  color: #707070;
  font-size: 14px;
  width: 296px;
  margin: 0 auto;
  line-height: 17px;
}
.cnt_agenda_visitaOk h2 {
  line-height: 18px;
}
.sobrenos2 {
  margin-top: 79px;
  padding-left: 10px;
}
.h1_sobre {
  padding-bottom: 40px;
}
.mailto {
  text-decoration: underline;
}
.newsroom_left {
    /*width: 260px; Helder*/
    width:293px;
    float: left;
}
.newsroom_left h1 {
  padding-left: 23px;
}
.content_newsroom {
  width: 1022px;
  margin: 0 auto;
  margin-top: 78px;
}
.cntLeft_noticias {
  border-right: 1px dotted #9A8987;
  width: 260px;
  padding-left: 23px;
  padding-top: 19px;
  padding-bottom: 70px;
}
.wrap_leftNoticia {
  display: inline-block;
  border: 1px solid transparent;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-left: 19px;
  width: 230px;
}
.wrap_leftNoticia h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif,Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height:18px;
  padding-bottom:4px;
}
.wrap_leftNoticia p {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
}
.wrap_leftNoticia p b {
  display: block;
  padding-top: 3px;
}
.wrap_leftNoticia.sel {
  border: 1px dotted #9A8987;
  border-right: 1px solid #F3F3F1;
}
.wrap_leftNoticia:hover {
  border: 1px dotted #9A8987;
  background-color: #F9F9F8;
  text-decoration: none;
}
.newsroom_right {
  float: left;
  /*margin-left: 63px;
  width: 696px; Helder*/
  
  margin-left: 30px;
  width: 640px;
}
.newsroom_right h1 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.newsroom_right .date {
  color: #999999;
  font-size: 12px;
}
.cnt_noticia {
  margin-top: 20px;
}
.txt_noticia {
  color: #595959;
  line-height: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.txt_noticia div{
  line-height: 20px;
}
.img_noticia {
  position: relative;
  border: 4px solid #FFF;
}
.div_relative {
  position: relative;
  float: right;
  margin-left:15px;
  margin-bottom: 15px;
  margin-top: 5px; 
}
.zoom_img {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 323px;
  height: 248px;
  background: url(../sysimages/sys19.png);
  display: none;
  cursor: pointer;
}
.div_relative:hover .zoom_img {
  display: block;
}
.close_showimage {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  background: url(../sysimages/sys20.png) no-repeat left top;
  cursor: pointer;
}
.close_showimage:hover {
  background-position: left bottom
}
.content_eventosNovidades {
  width: 1020px;
  margin: 0 auto;
  margin-top: 75px;
  padding-left: 10px;
}
.content_eventosNovidades h1 {
}
.cnt_eventosNovidades {
  margin-top: 57px;
  padding-bottom: 90px;
}
.first_colun {
  float: left;
  width: 310px;
}
.second_colun {
  float: left;
  width: 310px;
  margin-left: 45px;
  margin-right: 45px;
}
.third_colun {
  float: left;
  width: 310px;
}
.wrap_eventosNovidades {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 13px;
  width: 310px;
  border: 1px dotted #9A8987;
  background-color: #F9F9F8;
  margin-bottom: 40px;
}
.wrap_eventosNovidades h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
  font-weight: bold;
  line-height: 20px;
}
.wrap_eventosNovidades p {
  font-size: 12px;
  color: #666666;
  line-height: 17px;
}
.wrap_eventosNovidades p b {
  font-size: 12px;
  color: #999999;
}
.wrap_eventosNovidades .left {
  float: left;
  padding-left: 20px;
  width: 179px;
}
.wrap_eventosNovidades .right {
  width: 75px;
  float: right;
  margin-right: 13px;
}
.wrap_eventosNovidades:hover {
  border: 1px solid #505050;
  background: #505050;
}
.wrap_eventosNovidades:hover h3,
.wrap_eventosNovidades:hover p,
.wrap_eventosNovidades:hover p b {
  color: #FFF ;
}
.cnt_eventosNews {
  width: 652px;
  margin-left: 50px;
  margin-top: 50px;
  position: relative;
}
.cnt_eventosNews h2 {
  color: #707070;
  font-size: 14px;
  padding-top: 15px;
  line-height: 15px;
  width: 502px;
}
.content_pop_en {
  margin-top: 20px;
  margin-bottom: 50px;
}

.content_pop_en .left div{
  line-height: 20px;
}

.content_pop_en .left {
  width: 415px;
}
.date_new{
  color: #707070;
  padding-bottom: 5px;
}
.content_pop_en p {
  line-height: 20px;
  font-size: 14px;
  color: #595959;
}
.content_pop_en .right + .right {
  padding-right:40px;
  width:412px;
}
#popup_eventosNoticias {
  display: none;
}
.mapas h1 {
  text-align: left;
}

#popup_eventosNoticias1 , #popup_eventosNoticias2 , #popup_eventosNoticias3 , #popup_eventosNoticias4 , #popup_eventosNoticias5{
  display: none;
}

.content_links {
  margin-top: 40px;
  padding-bottom:150px;
}
.content_links .categoria {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif,Helvetica;
  font-size: 16px;
  color: #2C2625;
  display: block;
  padding-bottom: 4px;
  margin-top: 20px;
  text-transform: uppercase;
}
.content_links .alink {
  color: #333;
  font-size: 11px;
  display: block;
  line-height: 15px;
  padding-bottom: 1px;
}
.nolink:hover {
  text-decoration: none;
  cursor: default;
}
.content_links .left {
  margin-right: 105px;
}

.conteudo h1 {
  padding-bottom:0px;
}

.conteudo {
  line-height: 20px; 
}
.conteudo div  {
    line-height: 20px; 
}

@media only screen 
and (max-width : 1024px) {
.captions {
  width: 513px;
  height: 252px;
  position: absolute;
  top: 41%;
  left: 0;
  z-index: 100;  
}
}

.ui-datepicker .ui-datepicker-prev:hover {
  opacity: 0.3;
}

.ui-datepicker .ui-datepicker-next:hover {
  opacity: 0.3;
}

.close_datepickerPop:hover {
  background: url(../sysimages/sys14-hover.png) no-repeat left top;
}


/******************* FIX IE8 ******************/
.ie8B .menu a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Gill Sans MT", "Gill Sans", Calibri, sans-serif,Helvetica;
  color: #FFF;
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  margin-left: 4px;
  padding-left: 10px;
  padding-right: 10px; 
}

.ie8B .menu_down a {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif,Helvetica;
  display: inline-block;
  font-size: 11px;
  color: #5B5B5B;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 25px;
  padding-left: 18px;
}

.ie8B .cnt_form input {
  padding: 7px 9px 4px 9px;
}


.texto_estilo, .texto_estilo * {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height:20px;
}
.content_sobrenos + .content_sobrenos {
  padding-top: 0px !important;
}

.content_sobrenos .conteudo li {
  margin-left:18px;
  line-height: 20px;
}

.content_sobrenos .conteudo {
  padding-bottom:150px
}                                                 
.uni_imagem img {
  width: 100%;
  display: block;
}
.cnt_form_send {
  width: 500px;
  display: table;
}
.cnt_form_send div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ui-widget-content a{
  float: left;
}

.uni_imagem {
    width: 431px;
}
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; 
cursor: pointer; 
*overflow: visible; 
border-radius:0;
}
input[type=text], 
input[type=email],
input[type=password],
input[type=file],
textarea{
-webkit-appearance: none;
-moz-appearance: none;
border-radius:0;
} 
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; 
padding: 0; 
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.menu a {
  padding-left: 6px;
  padding-right: 6px;
}
}


@media only screen and (device-width: 768px) {
  .content_eventosNovidades{
    width:970px;
  }
  
  .second_colun{
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .wrap_eventosNovidades {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 580px) {
  .second_colun{
      margin-left: 15px;
      margin-right: 15px;
    }
}

.cont_ext_send_ok{
  display: none;
}

.holdMaps{
  width: 820px;
  margin: 0px auto;
}

.cont_chk_form.erro p {
  color: #A90206;
}
.content_sobrenos + .content_newsroom {
width: 813px;
}

/* ----- PAGINAÇÃO ----- */
.pagination{
float: left;
padding: 2px 0;
margin-left: 13px;
margin-top: 25px;
}

.pagination .pages{
float: left;
color: #737373;
padding: 2px 7px;
}

.pagination > a{
float: left;
display: inline-block;
padding: 2px 7px;
border-left: 1px solid #D6D6D6;
}



.pagination ul {
  float: left;
  margin: 0px;
  list-style: none;
}
.pagination ul li {
  float: left;
  margin-left: -1px;
  line-height: 0;
}
.pagination ul li a {
position: relative;
  display: inline-block;
padding: 2px 8px;
  border: 1px solid transparent;
  border-left: 1px solid #D6D6D6;

  font-size: 12px;
  text-decoration: none;
  color: #000;

}
.pagination ul li a:last-child {
/*border-right: 1px solid #D6D6D6;*/
border-right: 1px solid #F2F2F0;
}

.pagination ul li:first-child a{
border-left: 1px solid #F2F2F0;
}
.pagination ul li.sel a{
  font-weight: bold;
  border: 1px solid #BCBCBC;
}
.pagination ul li:not(.disabled) a:hover{
border: 1px solid #BCBCBC;
}
.pagination ul li:not(.disabled).sel a,
.pagination ul li:not(.disabled) a:hover{
z-index: 1;
}



.pagination.txt_controls li.prev {
  background: url(../sysimages/prev.png) no-repeat left top;
}
.pagination.txt_controls li.prev a {
  padding-left: 20px;
}
.pagination.txt_controls li.next {
  background: url(../sysimages/next.png) no-repeat right top;
}
.pagination.txt_controls li.next a {
  padding-right: 20px;
}
.pagination.txt_controls li.prev:hover {
  background-position: left bottom;
}
.pagination.txt_controls li.next:hover {
  background-position: right bottom;
}

.pagination li.disabled a{
cursor: default;
}


.prev-all a,
.next-all a,
.prev a,
.next a{
width: 16px;
height: 12px;
}


.prev-all a{
background: url(../sysimages/sys23.png) no-repeat left bottom;
}
.prev a{
background: url(../sysimages/sys23.png) no-repeat -24px -23px;
}

.next a{
background: url(../sysimages/sys23.png) no-repeat -40px -23px;
}
.next-all a{
background: url(../sysimages/sys23.png) no-repeat -72px bottom;
}

.prev-all.disabled a{
background: url(../sysimages/sys23.png) no-repeat left top;
}
.prev.disabled a{
background: url(../sysimages/sys23.png) no-repeat -24px top;
}

.next.disabled a{
background: url(../sysimages/sys23.png) no-repeat -48px top;
}
.next-all.disabled a{
background: url(../sysimages/sys23.png) no-repeat -72px top;
}