.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}

/*
a:after {
   content: '\f08e';
   font-family: FontAwesome;
   font-size: 9px;
   display: inline-block;
   margin-left: 5px;
   margin-right: 5px;
}
*/

a:focus {
  outline: none;
}
a.selected {
  color: #52C9D6;
}
a:hover {
  text-decoration: none;
}

.transporte {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
.desctransp:click .transporte {
    visibility: visible;
    opacity: 1;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
}
#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -243px;
}
#push,
#footer-wrapper {
  height: 390px;
}
#footer-row {
  display: none;
}
.body__home.view-category #wrapper {
  margin-bottom: -400px;
}
.body__home.view-category #push,
.body__home.view-category #footer-wrapper {
  height: 390px;
}
.body__home.view-category #footer-row {
  display: block;
}
/*=================================================================*/
/*======================= MODULE STYLES ===========================*/
/*=================================================================*/
/*== Search ==*/
.mod-search__aside .mod-search_searchword {
  width: 100%;
}
#error .mod-search__aside .mod-search_searchword {
  width: 220px;
}
#error .mod-search__aside br {
  display: none;
}
/*== Login ==*/
.mod-login__aside .mod-login_username,
.mod-login__aside .mod-login_passwd {
  width: 100%;
}
.mod-login_submit {
  margin: 9px 0;
}
#form-login-remember label {
  margin-bottom: 20px;
}
/*Finder*/
#mod-finder-searchword {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 4px;
  border: 1px solid #ebebeb;
  box-shadow: none;
}
/*======================= MODULE ITEM WIDTH =======================*/
.row-fluid [class*="itemSpan"] {
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 1.76678445229682%;
  min-height: 30px;
  width: 100%;
}
.row-fluid [class*="itemSpan"]:first-child {
  margin-left: 0;
}
.row-fluid .itemSpan1 {
  width: 100%;
}
.row-fluid .itemSpan2 {
  width: 49.11660777385159%;
}
.row-fluid .itemSpan3 {
  width: 32.15547703180212%;
}
.row-fluid .itemSpan4 {
  width: 23.674911660777386%;
}
.row-fluid .itemSpan5 {
  width: 18.586572438162545%;
}
.row-fluid .itemSpan6 {
  width: 15.19434628975265%;
}
.row-fluid .itemSpan7 {
  width: 12.77132761231701%;
}
.row-fluid .itemSpan8 {
  width: 10.954063604240282%;
}
.row-fluid .itemSpan9 {
  width: 9.540636042402827%;
}
.row-fluid .itemSpan10 {
  width: 8.409893992932862%;
}
.row-fluid .itemSpan11 {
  width: 7.4847414070028915%;
}
.row-fluid .itemSpan12 {
  width: 6.713780918727916%;
}
/*======================= MAILTO WINDOW =======================*/
#mailto-window {
  padding-top: 1em;
}
.mailto-close {
  margin-bottom: 1em;
  overflow: hidden;
}
.mailto-close a {
  float: right;
}
/*======================= MODAL WINDOW =======================*/
div.modal.fade.in.loginPopup {
  width: 260px;
  margin: -130px 0 0 -130px;
  top: 50%;
  left: 50%;
  background: #ffffff;
  position: absolute;
  z-index: 99000;
}
div.modal.fade {
  top: -200%;
}
.modalClose {
  margin: 14px;
}
.login-greeting {
  margin: 0 0 9px 0;
}
.input-modal {
  width: 146px;
}
div.modal.fade {
  z-index: 0;
}
div.modal.fade.in {
  z-index: 1100;
}
/*======================= SOCIAL MEDIA =======================*/
.mod-menu .social.nav.menu li {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font: inherit;
  padding: 0;
}
.mod-menu .social.nav.menu li:before {
  display: none;
  position: static;
}
.mod-menu .social.nav.menu li + li:before {
  content: '/';
  font: inherit;
  color: inherit;
  display: inline;
  padding: 0 5px;
}
.mod-menu .social.nav.menu li a {
  color: #fff;
}
.mod-menu .social.nav.menu li a:hover {
  color: #ff9966;
}
/*=================================================================*/
/*======================= COMPONENT STYLES ========================*/
/*=================================================================*/
/*Forms*/
input,
textarea {
  width: 220px;
}
textarea {
  resize: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  color: #615c59;
}
.checkbox-radio-wrap__inline {
  display: inline-block;
  margin-left: 6px;
  vertical-align: top;
}
.checkbox-radio-wrap__inline input[type="radio"],
.checkbox-radio-wrap__inline input[type="checkbox"] {
  margin: -2px 0 0 0;
}
.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
  display: inline-block;
}
textarea.invalid {
  border: 1px solid #9D261D;
}
.form-vertical label {
  display: inline-block;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #615c59;
  opacity: 1;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #615c59;
  opacity: 1;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #615c59;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #615c59;
  opacity: 1;
}
.category_desc {
  padding-bottom: 2em;
}
/*======================= Search & Smart Search ========================*/
ul#finder-filter-select-dates li.filter-date {
  margin-bottom: 4px;
  margin-right: 4px;
}
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
  margin-bottom: 9px;
}
#searchForm fieldset {
  margin-bottom: 20px;
}
#searchForm fieldset label {
  display: inline-block;
  margin-right: 1em;
}
#searchForm .form-limit label {
  float: left;
}
#searchForm .form-limit select {
  float: right;
  position: relative;
  top: -4px;
}
#searchForm .form-limit p {
  overflow: hidden;
  clear: both;
}
#searchForm .phrases-box {
  padding-bottom: 1em;
}
#searchForm .phrases-box label {
  min-width: 90px;
}
dl.search-results {
  margin-bottom: 30px;
}
dl.search-results dt {
  margin-top: 20px;
}
.navbar-form .btn,
.navbar-form .btn-group {
  margin-top: 5px;
}
/*======================= Gallery Page ========================*/
.page-gallery a.zoom,
.page-item__gallery a.zoom {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.page-gallery a.zoom span.zoom-bg,
.page-item__gallery a.zoom span.zoom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
}
.page-gallery a.zoom span.zoom-icon,
.page-item__gallery a.zoom span.zoom-icon {
  background: url(../images/zoom.png) left top no-repeat;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  z-index: 4;
}
.page-gallery a.zoom img,
.page-item__gallery a.zoom img {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 2;
}
.page-gallery a.zoom.active img,
.page-item__gallery a.zoom.active img {
  z-index: 2;
}
.page-gallery .item_icons,
.page-item__gallery .item_icons {
  margin-bottom: 9px;
}
.view-article #prevArrow,
.view-article #nextArrow {
  display: none;
}
.gallery-item {
  margin-bottom: 24px;
}
.gallery-item .view {
  position: relative;
  overflow: hidden;
}
.gallery-item .view .mask,
.gallery-item .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}

.gallery-item .view .mask_more {
  width: 90%;
  height: 94%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 10px;
  z-index: 2;
}
.gallery-item .view .mask_news {
  width: 100%;
  height: 70%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}
.gallery-item .view .mask .mask_wrap,
.gallery-item .view .mask_more .mask_wrap,
.gallery-item .view .content .mask_wrap {
  text-align: center;
  width: 100%;
  height: 100%;
}
.gallery-item .view .mask .mask_wrap:before,
.gallery-item .view .mask_more .mask_wrap:before,
.gallery-item .view .content .mask_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.gallery-item .view .mask .mask_wrap .mask_cont,
.gallery-item .view .mask_more .mask_wrap .mask_cont,
.gallery-item .view .content .mask_wrap .mask_cont {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5%;
}
.gallery-item .view .item_img {
  margin: 0;
}
.gallery-item .view img {
  display: block;
  position: relative;
  z-index: 1;
}
.gallery-item .view h2,
.gallery-item .view p {
  position: relative;
}
.gallery-item .view .item_more a {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  padding: 2%;
}
.gallery-item .view .item_more_news a {
  display: inline-block;
  font-size: 1.5em;
  font-weight: normal;
  padding: 2%;
  color: #53A3AB;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
ul#filters {
  text-align: center;
  padding-bottom: 32px;
}
ul#filters li {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 5px 7px;
}
ul#filters li .selected {
  font-weight: bold;
}
#isotopeContainer {
  padding-top: 8px;
}
#isotopeContainer .item_img {
  margin-right: 0;
}
.page-gallery_img {
  margin-left: 0;
}
.category_children .category_child {
  margin-bottom: 20px;
}
/*======================= Archives Page ========================*/
.page-archive_filters .filter-search {
  padding-bottom: 21px;
  overflow: hidden;
}
.page-archive_filters select {
  margin-bottom: 8px;
  display: inline-block;
}
.page-archive_filters button {
  display: inline-block;
  margin-bottom: 8px;
}
/*======================= Contacts Page ========================*/
#jform_contact_message {
  resize: none;
  width: 100%;
  height: 149px;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.phone-num {
  display: inline-block;
}
#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
  width: 100%;
}
.contact_email-copy,
.contact_vcard {
  margin: 0 17px 0 0;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
.contact_vcard {
  margin: 0;
}
.contact_details .icons-marker {
  display: block;
  width: 16px;
  margin-right: 12px;
  float: left;
}
.contact_address {
  overflow: hidden;
}
#contact_map {
  margin-bottom: 24px;
  border: 1px solid #d9d9d9;
  height: 358px;
}
#contact_map > div {
  height: 100%;
}
.contact_details_item {
  margin-bottom: 20px;
}
/*======================= User Pages ========================*/
.page-login form .control-group {
  margin: 0;
}
/*======================= ADDTHIS STYLES =======================*/
.page-item_addThis {
  padding-top: 12px;
}
/*======================= SITEMAP STYLES =======================*/
.page-xmap ul {
  margin-left: 3em;
}
.page-xmap ul li a {
  z-index: 2;
}
.page-xmap #xmap {
  overflow: hidden;
  width: 100%;
}
.page-xmap #xmap ul.level_0 {
  margin: 0;
}
.page-xmap #xmap ul.level_0 > li {
  margin-bottom: 1em;
  list-style: none;
}
.page-xmap #xmap ul.level_0 > li > a {
  font-weight: bold;
}
.page-xmap #xmap ul.level_0 > li:before,
.page-xmap #xmap ul.level_0 > li:after {
  display: none;
}
/*======================= CAPTION FIXES =======================*/
.img_caption {
  text-align: center!important;
}
.img_caption.left {
  float: left;
  margin-right: 1em;
}
.img_caption.left p {
  clear: left;
  text-align: center;
}
.img_caption.right {
  float: right;
  margin-left: 1em;
}
.img_caption.right p {
  clear: right;
  text-align: center;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/*======================= 404 PAGE =======================*/
.errorBox {
  background: none;
  text-align: left;
}
/*======================= OFFLINE PAGE =======================*/
/*======================= SCROLL TO TOP =======================*/
#back-top {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 99;
}
#back-top a {
  display: block;
  text-align: center;
  font-size: 42px;
  text-transform: none;
  text-decoration: none;
  color: #ff9966;
  /* transition */

  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
#back-top a:before {
  content: '\f077';
  font-family: FontAwesome;
}
#back-top a:hover {
  color: #53A3AB;
}

#back-top a:hover:after,a:focus:after {
   content: none;
   margin-left: 0px;
   margin-right: 0px;
  
}


/*======================= FOOTER =======================*/
.footer_geral {
  height: 350px;
  width: 100%;
}
.footer_geral .footer {
  height: inherit;
  margin: 0 auto;
  /*width: 970px;*/
}
.footer_geral ul {
  float: left;
  height: auto;
  margin-top: 14px;
}
.footer_geral ul li {
  list-style-type: none;  
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.footer_geral ul li a {
  color: inherit;
  display: block;
}
.footer_geral ul li.destaque {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer_geral ul.rj {
  margin-right: 10px;
  width: 165px;
}
.footer_geral ul.rj li {
  padding-left: 15px;
}
.footer_geral ul.rj li.destaque {
  border-bottom: solid 2px #0080bd;
}
.footer_geral ul.imperdivel {
  margin-right: 10px;
  width: 159px;
}
.footer_geral ul.imperdivel li {
  padding-left: 15px;
}
.footer_geral ul.imperdivel li.destaque {
  border-bottom: solid 2px #e0610b;
}
.footer_geral ul.oquefazer {
  margin-right: 10px;
  width: 157px;
}
.footer_geral ul.oquefazer li {
  padding-left: 15px;
}
.footer_geral ul.oquefazer li.destaque {
  border-bottom: solid 2px #a3c545;
}
.footer_geral ul.visitante {
  margin-right: 10px;
  width: 169px;
}
.footer_geral ul.visitante li {
  padding-left: 15px;
}
.footer_geral ul.visitante li.destaque {
  border-bottom: solid 2px #ecb725;
}
.footer_geral ul.contato {
  margin-right: 10px;
  width: 127px;
}
.footer_geral ul.contato li {
  padding-left: 15px;
}
.footer_geral ul.contato li.destaque {
  border-bottom: solid 2px #52C9D6;
}

.footer_geral ul.idiomas {
  margin-right: 10px;
  width: 147px;
}
.footer_geral ul.idiomas li {
  padding-left: 15px;
}
.footer_geral ul.idiomas li.destaque {
  border-bottom: solid 2px #e80000;
}


.footer_final_space {
    display: block;
    background: #615c59;
    color: #FFF;
    font-size: .91em;
    width: 100%;
}

.footer_final_space .footer_final {
    padding-top: 15px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.footer_final_space .footer_final a {
    color:#FFF;
    text-decoration: none;
}

.footer_final_space .footer_final a:hover {
    color:#ff9966;
    text-decoration: none;
}

.footer_final_space .footer_final span {
    display: inline;
    float: left;
}
.footer_final_space .footer_final ul {
    display: inline;
    float: right;
}
    
.footer_final_space .footer_final ul li {
    display: inline;
    list-style: none;
    
}

.footer_final_space .footer_final ul li a {
    border-left: 1px solid #746e69;
    padding: 0 5px 0 8px;
}

/* CSS para substituir as descricoes dos veiculos da sessoes COMO CHEGAR por icones com aparecimento/desaparecimento da descricao como na pagina (http://www.parquedatijuca.com.br/#atracao?id=45)*/
.collapsenew{
  /*font-size: 31px;
  display:block;*/
    visibility: visible;
    opacity: 1;

}

.collapsenew .vp {
    background-image: url(../images/icodownloads.png);
    display:block;
}
.collapsenew + input{
  /*display:none;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  
}
.collapsenew + input + *{
  /*display:none;*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
  
}
.collapsenew + input:checked + *{
  /*display:block;*/
    visibility: visible;
    opacity: 1;
}
/*Formatacao LEIA MAIS*/
#box-toggle {
    text-align: justify;
}

#box-toggle .tgl {
    margin-bottom: 0px;
}


#box-toggle .bar {
    margin-top: -70px;
    height: 50px;
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5));
    
    
}
#box-toggle .leiamais {
    display: block;
    cursor: pointer;
    margin-top: -20px;
    padding-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-style: italic;
    font-size: 12px;
    text-align: right;
    /*background-image: linear-gradient(to bottom, transparent, rgba(255,255,255,.30));
    z-index: 1;*/
}

#box-toggle .leiamenos {
    display: block;
    cursor: pointer;
    margin-top: -20px;
    padding-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-style: italic;
    font-size: 12px;
    text-align: right;
    /*background-image: linear-gradient(to bottom, transparent, rgba(255,255,255,.30));
    z-index: 1;*/
}

.rjleiamais {
    margin-bottom: 0px;
}

.cl-bt-leia-mais {
    display: block;
    text-align: right;
    font-style: normal;
    color: #53A3AB;
    border-top: dashed 1px #53A3AB;
    margin: 10px 70px 10px 70px;
    padding: 12px 0;
}

.cl-bt-leia-menos {
    display: block;
    text-align: right;
    font-style: normal;
    color: #53A3AB;
    border-top: dashed 1px #53A3AB;
    margin: 10px 70px 10px 70px;
    padding: 12px 0;
}

.cl-bt-leia-mais:after {
    content: '\f13a';
    font-family: FontAwesome;
    font-size: 1em;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;    
}    

.cl-bt-leia-menos:after {
    content: '\f139';
    font-family: FontAwesome;
    font-size: 1em;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;   
}    
  
.leiamaisaqui {
    cursor: pointer;
    /*background-image: linear-gradient(to bottom, transparent, rgba(255,255,255,.30));
    z-index: 1;*/
}  

.fonte {
    display: inline-block;
    text-align: right;
    font-size: 0.8em;
    font-style: italic;
}

.olympiciconsset {
    display: block; 
    width: 100%;
    float: none; 
    margin-top: -18px; 
    font-size: 0.7em
}

.olympiciconsset .olympicicontable {
    float: left; 
    margin:15px; 
    text-align: center;
    min-width: 170px;
    
}
.tx_en {
    font-style: italic;
}

.anchor {
    position:relative;
    top:-80px;
    display: block;
}

.div-table {
    padding-top: 1.5rem;
}

.div-table .tab-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.div-table .tab-table .tab-th {
    font-size: 1.125rem;
    font-weight: 300;
    margin-right: 1.875rem;
    padding: 0 1rem 0 0;
    cursor: pointer;
    text-align: left;
    width: 25%;
}

.div-table .tab-table .tab-th .texto {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    padding-bottom: .5rem;
    width: 100%;
    border-bottom: 1px dotted #737373;
    font-weight: 500;
    text-transform: lowercase;
    text-align: left;
}

.div-table .tab-table .tab-th .texto:after {
    content: '\f15d';
    font-family: FontAwesome;
    font-size: .7em;
    color:  #b7b7b7;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;   
}

.div-table .tab-table .tab-tr {
    font-size: 0.8rem;
    padding-bottom: .5rem;
    width: 100%;
    text-align: left;
}
.div-table .tab-table .tab-tr:hover {
    background-color: rgba(255, 255, 255, 0.50);
}

.div-table .tab-table .tab-tr .tab-td-icon {
    width: 40px;
    height: 40px;   
    padding-right: .5rem;
    text-align: center;
}

@media (max-width: 480px) {
    
.div-table .tab-table .tab-tr {
    font-size: 0.6rem;
}
.div-table .tab-table .tab-th .texto {
    font-size: 0.8rem;
}
.div-table .tab-table .tab-th .texto:after {
    display: none; 
}
.div-table .tab-table .tab-tr {
    border-bottom: 1px dotted #b4b4b4;
}
}

@media (max-width: 640px) {
.div-table .tab-table .tab-tr {
    font-size: 0.7rem;
}    
.div-table .tab-table .tab-th .texto {
    font-size: 1rem;
}
.div-table .tab-table .tab-tr {
    border-bottom: 1px dotted  #b4b4b4;
}
}


html { overflow-y: scroll; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

#keywords {
  margin: 0 auto;
  font-size: 1.2em;
  margin-bottom: 15px;
}

#keywords thead {
  cursor: pointer;
  background: #c9dff0;
}
#keywords thead tr th { 
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 42px;
}
#keywords thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
  background: #acc8dd;
}

#keywords thead tr th.headerSortUp span {
  background-image: url('../images/up-arrow.png');
}
#keywords thead tr th.headerSortDown span {
  background-image: url('../images/down-arrow.png');
}

#keywords tbody tr { 
  color: #555;
}
#keywords tbody tr td {
  text-align: center;
  padding: 15px 10px;
}
#keywords tbody tr td.lalign {
  text-align: left;
}