@charset "UTF-8";
/*!
Theme Name: MTS
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mts
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MTS is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "allerbold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/aller_bd-webfont.woff2") format("woff2"), url("fonts/aller_bd-webfont.woff") format("woff"); }

@font-face {
  font-family: "allerbold_italic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/aller_bdit-webfont.woff2") format("woff2"), url("fonts/aller_bdit-webfont.woff") format("woff"); }

@font-face {
  font-family: "alleritalic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/aller_it-webfont.woff2") format("woff2"), url("fonts/aller_it-webfont.woff") format("woff"); }

@font-face {
  font-family: "aller_lightregular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/aller_lt-webfont.woff2") format("woff2"), url("fonts/aller_lt-webfont.woff") format("woff"); }

@font-face {
  font-family: "aller_lightitalic";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/aller_ltit-webfont.woff2") format("woff2"), url("fonts/aller_ltit-webfont.woff") format("woff"); }

@font-face {
  font-family: "allerregular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/aller_rg-webfont.woff2") format("woff2"), url("fonts/aller_rg-webfont.woff") format("woff"); }

@font-face {
  font-family: "aller_displayregular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/allerdisplay-webfont.woff2") format("woff2"), url("fonts/allerdisplay-webfont.woff") format("woff"); }

@font-face {
  font-family: "montserratregular";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff"); }

@font-face {
  font-family: "montserratsemibold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("fonts/montserrat-semibold-webfont.woff") format("woff"); }

@font-face {
  font-family: "montserratmedium";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-medium-webfont.woff2") format("woff2"), url("fonts/montserrat-medium-webfont.woff") format("woff"); }

@font-face {
  font-family: "montserratbold";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff"); }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: 'allerregular';
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #727272;
  font-family: "PT Sans";
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13.125px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 13.125px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 3px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus {
  outline: 0; }

a:hover, a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: right;
    height: 60px; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      height: auto;
      top: 40px;
      left: -999em;
      z-index: 99999;
      background: #fff;
      text-align: left;
      border-top: 2px solid #ed7b00; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        width: 100%;
        /* MUDEI AQUI */
		height: 46px;
        line-height: 20px;
		/* FIM */
        padding-left: 10px;
        border-bottom: 2px solid #eee; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
      .main-navigation ul ul a {
        width: 220px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 998px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 12.25px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Common Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

body {
  position: relative; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

.site-main > .wrapper {
  margin-bottom: 50px; }

.zeno_font_resizer {
  margin: 0; }

.regul-wrap {
  cursor: pointer; }
  .regul-wrap:hover {
    cursor: pointer; }
  .regul-wrap .content-mts__title {
    cursor: pointer; }
    .regul-wrap .content-mts__title:hover {
      cursor: pointer; }
  .regul-wrap__text {
    position: relative;
    overflow: hidden;
    min-height: 0;
    display: none; }

a {
  outline: none;
  text-decoration: none;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out; }
  a:hover {
    opacity: 0.7;
    text-decoration: none;
    cursor: pointer; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.wrapper {
  width: 100%;
  max-width: 1210px;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto; }

ul {
  margin: 0 !important;
  list-style: none !important; }

#form-publicidade {
  max-width: 700px; }

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active {
  color: transparent !important;
  border-color: transparent !important;
  background-color: transparent !important; }

.font-size-nav li {
  vertical-align: bottom; }

.font-size-nav--small {
  font-size: 0.8em; }

.font-size-nav--normal {
  font-size: 1em; }

.font-size-nav--big {
  font-size: 1.2em; }

.site-header {
  position: relative; }
  .site-header .wrapper {
    padding: 0 15px; }
    @media only screen and (max-width: 767px) {
      .site-header .wrapper {
        padding: 0 10px; } }
  .site-header__top-menu {
    height: auto;
    min-height: 44px;
    background: #ed7b00;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999; }
    .site-header__top-menu .font-size-nav {
      margin-top: 6px;
      float: right; }
      .site-header__top-menu .font-size-nav li {
        display: inline-block; }
      .site-header__top-menu .font-size-nav a {
        color: #fff; }
        .site-header__top-menu .font-size-nav a:hover {
          opacity: 0.7; }
      @media only screen and (max-width: 767px) {
        .site-header__top-menu .font-size-nav {
          display: none; } }
    .site-header__top-menu li a {
      display: inline-block;
      margin-left: 5px;
      color: #fff;
      text-decoration: none; }
  .site-header__main-menu {
    padding: 60px 0 20px 0;
    height: auto;
    min-height: 196px; }
    @media only screen and (max-width: 988px) {
      .site-header__main-menu {
        padding: 60px 0 20px 0;
        height: auto;
        min-height: 146px; } }

.icons-menu {
  height: auto;
  min-height: 161px;
  background: #ed7b00;
  color: #fff; }
  @media only screen and (max-width: 610px) {
    .icons-menu {
      display: none; } }
  .icons-menu__nav ul {
    text-align: center;
    vertical-align: bottom;
    padding-top: 15px; }
  .icons-menu__nav a {
    color: #fff; }
  .icons-menu__nav li {
    vertical-align: bottom;
    display: inline-block;
    width: 115px;
    min-width: 50px;
    height: 130px;
    position: relative;
    font-size: 0.875em;
    line-height: 1.2;
    margin: 0 10px; }
    @media only screen and (max-width: 600px) {
      .icons-menu__nav li {
        width: 80px;
        margin: 0 5px;
        height: 100px;
        line-height: 1; } }
    .icons-menu__nav li a {
      padding-top: 110px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
      @media only screen and (max-width: 600px) {
        .icons-menu__nav li a {
          padding-top: 85px; } }
    .icons-menu__nav li.icon-horarios {
      background: url(img/icons/horario.png) no-repeat center top;
      background-size: 96% auto; }
    .icons-menu__nav li.icon-rede {
      background: url(img/icons/rede.png) no-repeat center top;
      background-size: 96% auto; }
    .icons-menu__nav li.icon-tarifarios {
      background: url(img/icons/tarifarios.png) no-repeat center top;
      background-size: 96% auto; }
    .icons-menu__nav li.icon-apoio {
      background: url(img/icons/apoio.png) no-repeat center top;
      background-size: 96% auto; }

.bottom-bar {
  width: 100%;
  height: 23px;
  background: #ed7b00; }

.hero-image {
  height: 288px;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .hero-image {
      height: 200px; } }
  .hero-image .wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .hero-image__site-name {
    margin: 0;
    font-size: 1.125em;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400; }
    @media only screen and (max-width: 550px) {
      .hero-image__site-name {
        font-size: 1.000em; } }
  .hero-image__page-name {
    margin: 0;
    font-size: 2.500em;
    font-family: 'allerregular';
    text-transform: uppercase;
    line-height: 1; }
    @media only screen and (max-width: 550px) {
      .hero-image__page-name {
        font-size: 1.875em; } }

.container-languages {
  width: 200px;
  float: left; }
  .container-languages li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding-top: 8px;
    font-size: 0.875em; }
    .container-languages li a {
      color: #fff; }

#responsive-menu-container {
  -webkit-box-shadow: inset -7px 0px 9px -9px #727272 !important;
  box-shadow: inset -7px 0px 9px -9px #727272 !important; }

.responsive-menu-item, #responsive-menu, #responsive-menu-wrapper {
  width: 95% !important; }

.responsive-menu-item {
  margin: 15px 0 !important; }

#responsive-menu-title {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important; }

#responsive-menu-title-image {
  text-align: center; }
  #responsive-menu-title-image img {
    width: 120px !important;
    height: auto !important; }

.responsive-menu-item-link {
  line-height: 1 !important; }

.form-timetable-search {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 100px;
  float: left; }
  @media only screen and (max-width: 500px) {
    .form-timetable-search {
      margin-bottom: 70px; } }

.hero-image-contacts {
  height: 542px;
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative; }
  .hero-image-contacts__download-btn {
    padding: 10px 20px;
    width: 95%;
    display: block;
    border: 1px solid #fff;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    clear: both;
    max-width: 400px;
    font-family: 'montserratregular';
    font-size: 0.938em; }
    @media only screen and (max-width: 500px) {
      .hero-image-contacts__download-btn {
        font-size: 0.688em; } }
    .hero-image-contacts__download-btn span {
      display: inline-block;
      color: #fff; }
  .hero-image-contacts .wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .hero-image-contacts__page-name {
    margin: 0 0 60px 0;
    font-size: 1.875em;
    font-family: 'montserratsemibold';
    text-transform: uppercase;
    line-height: 1; }
    @media only screen and (max-width: 600px) {
      .hero-image-contacts__page-name {
        margin: 20px 0 20px 0; } }
    @media only screen and (max-width: 550px) {
      .hero-image-contacts__page-name {
        font-size: 1.625em; } }
  .hero-image-contacts__wrap-inputs {
    width: 100%;
    height: 40px; }
    .hero-image-contacts__wrap-inputs span {
      display: inline-block;
      width: 50%; }
      .hero-image-contacts__wrap-inputs span:nth-child(1n) {
        text-align: left; }
      .hero-image-contacts__wrap-inputs span:nth-child(2n) {
        text-align: right; }
      @media only screen and (max-width: 600px) {
        .hero-image-contacts__wrap-inputs span {
          display: block;
          width: 100%; }
          .hero-image-contacts__wrap-inputs span:nth-child(1n) {
            text-align: left; }
          .hero-image-contacts__wrap-inputs span:nth-child(2n) {
            text-align: left; } }
  .hero-image-contacts select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer; }
  .hero-image-contacts select::-ms-expand {
    display: none; }
  .hero-image-contacts__input {
    width: 95%;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    outline: none;
    font-family: 'montserratregular';
    font-size: 0.938em;
    height: 40px;
    padding: 10px; }
    @media only screen and (max-width: 600px) {
      .hero-image-contacts__input {
        float: left;
        width: 100%;
        margin: 10px 0; } }
  .hero-image-contacts__input-search {
    width: 47%;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    outline: none;
    font-family: 'montserratregular';
    font-size: 0.938em;
    height: 40px;
    padding: 10px;
    margin-bottom: 25px; }
    .hero-image-contacts__input-search:nth-child(2n) {
      float: left; }
    .hero-image-contacts__input-search--linha {
      background-image: url(img/input-linha.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 100%; }
    .hero-image-contacts__input-search--paragem {
      background-image: url(img/input-sentido.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 100%; }
    .hero-image-contacts__input-search--diatipo {
      background-image: url(img/input-intervalo.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 100%; }
    .hero-image-contacts__input-search--hora {
      background-image: url(img/input-hora.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 100%; }
    @media only screen and (max-width: 500px) {
      .hero-image-contacts__input-search {
        font-size: 0.750em;
        width: 100%; } }
  .hero-image-contacts__textarea {
    width: 100%;
    height: 196px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    outline: none;
    resize: none;
    font-family: 'montserratregular';
    font-size: 0.938em;
    padding: 10px; }
    @media only screen and (max-width: 600px) {
      .hero-image-contacts__textarea {
        margin: 10px 0; } }
  .hero-image-contacts__wrap {
    float: left;
    width: 100%; }
  .hero-image-contacts__submit {
    padding: 7px 30px;
    float: right;
    background: none;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    outline: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    margin-right: 3%; }
    .hero-image-contacts__submit:hover {
      opacity: 0.7; }
    @media only screen and (max-width: 600px) {
      .hero-image-contacts__submit {
        float: none;
        margin-right: 0; } }

.home-slider {
  width: 100%;
  height: 542px !important;
  max-height: 542px;
  overflow: hidden;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  line-height: 1;
  color: #fff; }
  @media only screen and (max-width: 600px) {
    .home-slider {
      min-height: 342px !important;
      height: auto !important; } }
  .home-slider__slide {
    height: 542px !important;
    position: relative; }
    @media only screen and (max-width: 600px) {
      .home-slider__slide {
        min-height: 342px !important;
        height: auto !important; } }
  .home-slider__content {
    width: 100%;
    max-width: 650px;
    padding-right: 100px;
    position: absolute;
    top: 50%;
    left: 75%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media only screen and (max-width: 1025px) {
      .home-slider__content {
        left: 0;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        padding: 0 110px;
        max-width: 100%; } }
    @media only screen and (max-width: 600px) {
      .home-slider__content {
        padding: 0 20px; } }
  .home-slider__subtitle {
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 400px;
    line-height: 1.2; }
    @media only screen and (max-width: 500px) {
      .home-slider__subtitle {
        font-size: 1.000em; } }
  .home-slider__title {
    font-size: 2.500em;
    font-weight: 400px;
    line-height: 1; }
    @media only screen and (max-width: 500px) {
      .home-slider__title {
        font-size: 1.875em; } }
  .home-slider a {
    text-decoration: none; }
    .home-slider a:hover {
      text-decoration: none; }
  .home-slider__button {
    font-family: 'montserratregular';
    font-size: 0.938em;
    /*border: 2px solid #fff;*/
    width: 132px;
    width: 8.25rem;
    height: 42px;
    height: 2.625rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    line-height: 2.375rem;
    text-transform: uppercase;
    margin-top: 30px; }

.site-branding {
  float: left; }
  @media only screen and (max-width: 988px) {
    .site-branding {
      float: right;
      width: 100px; } }

.main-navigation {
  margin-top: 78px;
  float: right;
  display: block;
  position: relative;
  height: auto;
  text-align: right; }
  .main-navigation .menu > li {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-size: 0.875em;
    height: 60px; }
    .main-navigation .menu > li a {
      color: #4e4e4e; }
      .main-navigation .menu > li a:hover {
        opacity: 1;
        color: #ed7b00; }
    .main-navigation .menu > li.current_page_item > a {
      color: #ed7b00; }
    .main-navigation .menu > li.current-menu-item > a {
      color: #ed7b00; }
    .main-navigation .menu > li.current-menu-parent > a {
      color: #ed7b00; }
    .main-navigation .menu > li:first-child {
      margin-left: 0; }
    .main-navigation .menu > li:last-child {
      margin-right: 0; }

.banner {
  width: 100%;
  height: auto;
  min-height: 457px;
  color: #fff;
  margin-top: 40px; }
  @media only screen and (max-width: 1115px) {
    .banner {
      height: auto;
      min-height: auto; } }
  .banner .wrapper {
    height: auto;
    padding: 0 10px;
    min-height: 457px;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: left bottom; }
    @media only screen and (max-width: 1270px) {
      .banner .wrapper {
        background-position: left 10% bottom; } }
    @media only screen and (max-width: 1115px) {
      .banner .wrapper {
        height: auto;
        min-height: 280px; } }
    @media only screen and (max-width: 767px) {
      .banner .wrapper {
        background-position: right 10% bottom;
        background-size: 165px auto; } }
    @media only screen and (max-width: 550px) {
      .banner .wrapper {
        background-size: auto 300px;
        padding-bottom: 300px;
        background-position: center bottom; } }
  .banner__wrap {
    position: absolute;
    top: 50%;
    left: 350px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 30px; }
    @media only screen and (max-width: 1115px) {
      .banner__wrap {
        position: relative;
        top: auto;
        left: auto;
        margin-left: 350px;
        -webkit-transform: none;
                transform: none; } }
    @media only screen and (max-width: 767px) {
      .banner__wrap {
        margin-left: 0;
        padding-right: 165px; } }
    @media only screen and (max-width: 550px) {
      .banner__wrap {
        padding-right: 0;
        background-position: center bottom; } }
  .banner__text-content {
    vertical-align: middle;
    display: inline-block;
    margin-right: 70px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 550px) {
      .banner__text-content {
        margin-right: 20px; } }
  .banner__get-app {
    vertical-align: middle;
    display: inline-block; }
  .banner__title {
    font-family: 'aller_displayregular';
    font-size: 2.500em;
    line-height: 1; }
    @media only screen and (max-width: 550px) {
      .banner__title {
        font-size: 1.625em; } }
  .banner__subtitle {
    font-family: 'montserratregular';
    font-size: 1.125em;
    line-height: 1.2; }
    @media only screen and (max-width: 550px) {
      .banner__subtitle {
        font-size: 1.000em; } }
  .banner__list {
    font-family: 'montserratregular';
    font-size: 1.625em; }
    @media only screen and (max-width: 550px) {
      .banner__list {
        font-size: 1.000em; } }
    .banner__list li:before {
      content: url("img/blue-dot.png");
      margin-right: 8px; }
  .banner__get-app {
    font-family: 'aller_displayregular';
    font-size: 1.563em;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
    padding: 20px;
    border: 1px solid #fff; }
    .banner__get-app li {
      margin-bottom: 5px; }

.breadcrumbs-menu {
  width: 100%;
  text-align: right;
  color: #727272;
  font-size: 0.875em;
  font-family: 'PT Sans', sans-serif;
  margin: 35px 0; }
  @media only screen and (max-width: 600px) {
    .breadcrumbs-menu {
      text-align: left; } }
  .breadcrumbs-menu a {
    color: #727272;
    text-decoration: none; }
  .breadcrumbs-menu .breadcrumb_last {
    color: #ed7b00; }

footer {
  text-align: center;
  background: #313131;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:hover {
      opacity: 1;
      color: #ed7b00; }
  @media only screen and (max-width: 767px) {
    footer .wrapper {
      padding: 0; } }
  footer section {
    vertical-align: top;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    text-align: left;
    font-size: 0.750em;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      footer section {
        text-align: center;
        font-size: 0.875em; } }
  footer h6 {
    font-size: 1.063em;
    text-transform: uppercase;
    margin: 20px 0; }
  footer .footer-nav-menu {
    width: 33%; }
    @media only screen and (max-width: 767px) {
      footer .footer-nav-menu {
        width: 100%; } }
    footer .footer-nav-menu li {
      display: inline-block;
      width: 49%; }
      @media only screen and (max-width: 767px) {
        footer .footer-nav-menu li {
          width: 100%;
          margin: 5px 0; } }
      footer .footer-nav-menu li.current_page_item a {
        color: #ed7b00; }
      footer .footer-nav-menu li.current-menu-item > a {
        color: #ed7b00; }
      footer .footer-nav-menu li.current-menu-parent > a {
        color: #ed7b00; }
  footer .footer-func-menu {
    width: 16%; }
    @media only screen and (max-width: 767px) {
      footer .footer-func-menu {
        width: 100%;
        border-top: 1px solid #414141; } }
    footer .footer-func-menu .current_page_item a {
      color: #ed7b00; }
    @media only screen and (max-width: 767px) {
      footer .footer-func-menu li {
        margin: 5px 0; } }
  footer .footer-social-menu {
    width: 24%; }
    @media only screen and (max-width: 767px) {
      footer .footer-social-menu {
        width: 100%;
        border-top: 1px solid #414141; } }
    footer .footer-social-menu li {
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        footer .footer-social-menu li {
          margin: 5px 0; } }
    footer .footer-social-menu .icon-twitter {
      width: 25px;
      height: 25px;
      text-indent: -9999px;
      background: url(img/twitter.png) no-repeat center center; }
      footer .footer-social-menu .icon-twitter:hover {
        background: url(img/twitter-hover.png) no-repeat center center;
        cursor: pointer; }
    footer .footer-social-menu .icon-facebook {
      width: 25px;
      height: 25px;
      text-indent: -9999px;
      background: url(img/facebook.png) no-repeat center center; }
      footer .footer-social-menu .icon-facebook:hover {
        background: url(img/facebook-hover.png) no-repeat center center;
        cursor: pointer; }
    footer .footer-social-menu .icon-linkedin {
      width: 25px;
      height: 25px;
      text-indent: -9999px;
      background: url(img/linkedin.png) no-repeat center center; }
      footer .footer-social-menu .icon-linkedin:hover {
        background: url(img/linkedin-hover.png) no-repeat center center;
        cursor: pointer; }
  footer .footer-parceiros {
    width: 24%; }
    @media only screen and (max-width: 767px) {
      footer .footer-parceiros {
        width: 100%;
        border-top: 1px solid #414141; } }
    footer .footer-parceiros__logo {
      height: 73px;
      display: inline-block;
      margin-right: 5px; }
      footer .footer-parceiros__logo--trans {
        width: 75px;
        background-image: url(img/logo_transporlis.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto; }
      footer .footer-parceiros__logo--barra {
        width: 51px;
        background-image: url(img/logo_grupo_barraqueiro.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto; }
      footer .footer-parceiros__logo--metro {
        width: 41px;
        background: url(img/logo-metro.png) no-repeat center top;
        background-size: 100% auto;
        margin-right: 0; }
        footer .footer-parceiros__logo--metro:hover {
          background: url(img/logo-metro_hover.png) no-repeat center top; }
    footer .footer-parceiros img {
      margin-left: 10px;
      margin-right: 10px;
      vertical-align: top; }
      footer .footer-parceiros img:nth-child(1n) {
        margin-left: 0; }
      footer .footer-parceiros img:first-child(3n) {
        margin-right: 0; }
  footer .site-info {
    /*padding: 50px 20px;*/
    height:70px;
    background: #2c2c2c;
    color: #fff;
    font-size: 0.750em;
    font-family: 'PT Sans', sans-serif; }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
html.has-cookie-bar.cookie-bar-top-bar.cookie-bar-bar {
  margin-top: 0 !important; }

html.cookie-bar-top-bar.cookie-bar-bar {
  margin-top: 0 !important; }

.round, .hero-image-contacts__input, .hero-image-contacts__input-search, .hero-image-contacts__textarea, .hero-image-contacts__submit, .content-mts__input, .content-mts__dropdown, .content-mts__textarea, .content-mts__submit, .timetable-search__line, .timetable-search__btn {
  border-radius: 3px; }

.sidebar {
  width: 33%;
  height: auto;
  float: left;
  margin: 20px 0 40px 0; }
  @media only screen and (max-width: 810px) {
    .sidebar {
      display: none; } }

.home .wrapper {
  padding: 0 20px; }

.home .banner .wrapper {
  height: auto;
  padding: 0 10px;
  min-height: 457px;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: left bottom; }
  @media only screen and (max-width: 1270px) {
    .home .banner .wrapper {
      background-position: left 10% bottom; } }
  @media only screen and (max-width: 1115px) {
    .home .banner .wrapper {
      height: auto;
      min-height: 280px; } }
  @media only screen and (max-width: 767px) {
    .home .banner .wrapper {
      background-position: right 10% bottom;
      background-size: 165px auto; } }
  @media only screen and (max-width: 550px) {
    .home .banner .wrapper {
      background-size: auto 300px;
      padding-bottom: 300px;
      background-position: center bottom; } }

.home-search__input::-ms-expand {
  display: none; }

.home-search {
  background: url(img/image-search-sidebar.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center; }
  .home-search ::-webkit-input-placeholder {
    color: #908f8e;
    opacity: 1; }
  .home-search :-moz-placeholder {
    color: #908f8e;
    opacity: 1; }
  .home-search ::-moz-placeholder {
    color: #908f8e;
    opacity: 1; }
  .home-search :-ms-input-placeholder {
    color: #908f8e;
    opacity: 1; }
  .home-search__top-title {
    font-family: 'montserratsemibold';
    text-transform: uppercase;
    font-size: 1.563em;
    color: #1a5087;
    line-height: 1;
    text-align: center;
    margin-top: 0; }
  .home-search__input {
    width: 100%;
    height: 36px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 7px 0;
    border: none;
    outline: none;
    border-width: 0;
    border-radius: 3px;
    font-family: 'montserratregular';
    font-size: 0.938em;
    color: #908f8e;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .home-search__input--linha {
      background-image: url(img/input-linha.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 100%; }
    .home-search__input--sentido {
      background-image: url(img/input-sentido.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 100%; }
    .home-search__input--intervalo {
      background-image: url(img/input-intervalo.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 100%; }
  .home-search__submit {
    background: none;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.938em;
    font-family: 'montserratregular';
    border-radius: 3px;
    padding: 5px 15px;
    margin-top: 20px; }

.estado-linhas {
  background: #e9e9e9; }
  .estado-linhas__top-title {
    height: 70px;
    font-family: 'allerbold';
    font-size: 1.500em;
    color: #000;
    margin: 0;
    padding: 20px;
    line-height: 1; }
    @media only screen and (max-width: 1193px) {
      .estado-linhas__top-title {
        text-align: center; } }
  .estado-linhas li {
    height: auto;
    min-height: 70px;
    border-top: 3px solid #fff;
    padding: 20px; }
  .estado-linhas div {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 1193px) {
      .estado-linhas div {
        width: 100%;
        display: block;
        text-align: center; }
        .estado-linhas div:nth-child(1n) {
          margin-bottom: 10px;
          margin-top: 0; }
        .estado-linhas div:nth-child(2n) {
          margin-top: 10px;
          margin-bottom: 10px; }
        .estado-linhas div:nth-child(3n) {
          margin-top: 10px;
          margin-bottom: 0; } }
  .estado-linhas__linha {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-top: 4px;
    width: 80px;
    height: 30px;
    display: inline-block;
    border-radius: 15px;
    font-size: 0.875em;
    font-family: 'PT Sans', sans-serif;
    margin-right: 10px; }
    .estado-linhas__linha--ln1 {
      background: #218fce; }
    .estado-linhas__linha--ln2 {
      background: #f7941d; }
    .estado-linhas__linha--ln3 {
      background: #a2a730; }
  .estado-linhas__local {
    font-size: 0.875em;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    margin-right: 10px; }
    .estado-linhas__local--last {
      margin-right: 15px; }
  .estado-linhas__arrows {
    color: #797979;
    font-size: 0.875em;
    font-family: 'allerbold';
    margin-right: 10px; }
  .estado-linhas__btn {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    padding: 5px 7px;
    background: #ed7b00;
    font-size: 0.875em;
    font-family: 'PT Sans', sans-serif;
    text-align: center; }

#wpadminbar {
  z-index: 9999999 !important; }

.content-mts {
  width: 100%; }
  .content-mts a {
    color: #218fce; }
  @media only screen and (max-width: 1250px) {
    .content-mts--timetable {
      padding: 0 10px; } }
  .content-mts__image-wrap {
    position: relative;
    background: indianred;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    /* additionally, equal width */ }
  .content-mts p {
    color: #727272;
    font-family: "PT Sans";
    font-size: 1.000em;
    line-height: 1.5; }
  .content-mts h3 {
    margin-top: 0; }
  .content-mts__title {
    color: #000;
    font-size: 1.563em;
    font-family: 'allerbold';
    margin: 0;
    line-height: 1; }
    .content-mts__title--orange {
      font-size: 1.250em;
      color: #ed7b00;
      margin-top: 20px;
      margin-bottom: 10px; }
    .content-mts__title--blue {
      font-size: 1.250em;
      color: #1a5087;
      margin-top: 20px;
      margin-bottom: 10px; }
    .content-mts__title--blue-light {
      font-size: 1.250em;
      color: #218fce;
      margin-top: 20px;
      margin-bottom: 10px; }
    .content-mts__title--black {
      font-size: 1.250em;
      color: #000;
      margin-top: 20px;
      margin-bottom: 10px; }
  .content-mts__subtitle {
    color: #ed7b00;
    font-size: 0.875em;
    font-family: 'PT Sans', sans-serif;
    margin: 5px 0 0 0; }
  .content-mts__half {
    width: 48%;
    margin-top: 30px; }
    .content-mts__half:nth-child(1n) {
      float: right; }
    .content-mts__half:nth-child(2n) {
      float: left; }
  .content-mts__simple-list {
    color: #1a5087;
    vertical-align: middle; }
    .content-mts__simple-list:before {
      margin-right: 5px;
      content: url("img/blue-dot2.png"); }
  .content-mts__fase-list {
    display: inline-block;
    color: #1a5087;
    vertical-align: top; }
    .content-mts__fase-list:nth-child(1n) {
      width: auto;
      color: #ed7b00; }
    .content-mts__fase-list:nth-child(2n) {
      width: 90%;
      color: #727272; }
  .content-mts__fases-wrap {
    line-height: 1.5;
    margin-bottom: 1.5em; }
  .content-mts__image {
    margin-top: 50px; }

.table-rede thead {
  background: #ed7b00;
  color: #fff;
  text-align: left; }
  .table-rede thead th {
    padding: 5px 10px; }

.table-rede tbody tr:nth-child(1n) {
  background: #e4e4e4; }

.table-rede tbody tr:nth-child(2n) {
  background: #d5d5d5; }

.table-rede tbody td {
  padding: 5px 10px; }
  .table-rede tbody td:nth-child(1n) {
    border-right: 3px solid #fff;
    width: 300px; }

.tabelas-tarif__image {
  display: none;
  margin-bottom: 40px; }
  .tabelas-tarif__image--first {
    display: block; }

.table-wrap {
  position: relative; }
  .table-wrap a:hover {
    opacity: 1; }
  .table-wrap .btn-tarif {
    position: absolute;
    top: 3px;
    right: 0;
    height: 34px;
    line-height: 34px;
    min-width: 100px;
    width: auto;
    padding: 0 10px;
    color: #fff;
    font-size: 0.625em;
    cursor: pointer; }
    @media only screen and (max-width: 900px) {
      .table-wrap .btn-tarif {
        width: 34px;
        min-width: 34px; } }
    .table-wrap .btn-tarif:after {
      content: 'mais informações >'; }
      @media only screen and (max-width: 900px) {
        .table-wrap .btn-tarif:after {
          content: '+';
          font-size: 20px;
          float: right; } }
    .table-wrap .btn-tarif:hover {
      background: #ed7b00; }

#tarif-1 {
  display: block; }

.table-tarifarios thead {
  height: 34px;
  background: #16608a;
  color: #fff;
  text-align: left; }
  .table-tarifarios thead th {
    padding: 5px 34px 5px 10px; }

.table-tarifarios tbody tr:nth-child(1n) {
  background: #e4e4e4; }

.table-tarifarios tbody tr:nth-child(2n) {
  background: #d5d5d5; }

.table-tarifarios tbody td {
  padding: 5px 10px; }
  .table-tarifarios tbody td:nth-child(1n) {
    border-right: 3px solid #fff;
    width: 300px; }
  .table-tarifarios tbody td:nth-child(2n) {
    border-right: 0 solid #fff;
    width: 300px; }

.tarifario-texto {
  display: none; }

#catapult-cookie-bar {
  height: auto;
  background: red;
  padding: 30px;
  z-index: 1001 !important; }
  #catapult-cookie-bar .ctcc-inner {
    padding-top: 44px !important; }
  #catapult-cookie-bar .ctcc-left-side {
    float: left;
    width: 90%; }
  #catapult-cookie-bar button {
    background: none;
    color: #fff;
    width: 100px;
    height: 50px;
    border: 1px solid #fff !important;
    border-radius: 25px !important;
    float: right; }

.home-news {
  width: 65%;
  float: right;
  height: auto;
  margin: 20px 0 40px 0; }
  @media only screen and (max-width: 810px) {
    .home-news {
      width: 100%; } }
  .home-news ul {
    text-align: left; }
  .home-news li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 2% 35px 2%;
    text-align: left; }
    @media only screen and (max-width: 600px) {
      .home-news li {
        width: 100%; } }
    .home-news li:nth-child(1n) {
      margin-left: 0; }
    .home-news li:nth-child(2n) {
      margin-right: 0; }
  .home-news__figure {
    width: 100%;
    margin: 0 0 30px 0;
    height: 150px; }
  .home-news__title {
    font-size: 1.250em;
    color: #000;
    font-family: 'allerbold';
    margin: 0;
    line-height: 1.2; }
  .home-news__date {
    font-size: 0.875em;
    color: #ed7b00;
    font-family: 'PT Sans', sans-serif;
    margin: 2px 0 20px 0; }
  .home-news__text {
    font-size: 0.875em;
    color: #727272;
    font-family: 'PT Sans', sans-serif;
    margin: 0; }

.pages-news {
  width: 100%;
  float: right;
  height: auto;
  margin: 50px 0 40px 0; }
  .pages-news ul {
    text-align: center; }
  .pages-news li {
    display: inline-block;
    width: 31.5%;
    margin: 0 2% 35px 2%;
    text-align: left;
    vertical-align: top; }
    @media only screen and (max-width: 767px) {
      .pages-news li {
        width: 100%;
        margin: 0 0 35px 0; } }
    .pages-news li:nth-child(1n) {
      margin-left: 0; }
    .pages-news li:nth-child(3n) {
      margin-right: 0; }
  .pages-news__figure {
    width: 100%;
    margin: 0 0 30px 0;
    height: 150px; }
  .pages-news__title {
    font-size: 1.250em;
    color: #000;
    font-family: 'allerbold';
    margin: 0;
    line-height: 1.2; }
  .pages-news__date {
    font-size: 0.875em;
    color: #ed7b00;
    font-family: 'PT Sans', sans-serif;
    margin: 2px 0 20px 0; }
  .pages-news__text {
    font-size: 0.875em;
    color: #727272;
    font-family: 'PT Sans', sans-serif;
    margin: 0; }

.content-mts {
  width: 100%; }
  .content-mts__docs {
    width: 100%; }
  .content-mts__docs-list {
    color: #218fce;
    font-size: 1.063em;
    vertical-align: middle;
    font-family: 'PT sans';
    font-weight: 600;
    margin: 20px 0; }
    .content-mts__docs-list:before {
      margin-right: 10px;
      content: url("img/blue-dot2.png");
      vertical-align: middle; }
    .content-mts__docs-list:after {
      margin-left: 30px;
      content: url("img/icon-pdf.png");
      vertical-align: middle; }
  .content-mts__form-pedido {
    position: relative;
    width: 100%; }
  .content-mts__input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px; }
  .content-mts__dropdown {
    width: 100%; }
  .content-mts__textarea {
    width: 100%;
    border: 1px solid #ccc;
    resize: none;
    padding: 5px 10px; }
  .content-mts__submit {
    padding: 7px 30px;
    float: right;
    background: #218fce;
    color: #fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out; }
    @media only screen and (max-width: 610px) {
      .content-mts__submit {
        float: left; } }
    .content-mts__submit:hover {
      opacity: 0.7; }

.timetable-horario {
  width: 100%;
  margin-bottom: 30px; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none; }

table.dataTable.no-footer {
  border-bottom: none; }

table.dataTable thead th, table.dataTable thead td {
  border-bottom: none;
  vertical-align: top; }

.sorting_disabled {
  background: #e4e4e4; }

.dataTable th {
  text-align: left; }

.dataTable tr.active {
  background: #ed7b00 !important;
  color: #fff !important; }

.dataTable tr {
  border: none; }
  .dataTable tr:nth-child(1n) {
    background: #e4e4e4; }
  .dataTable tr:nth-child(2n) {
    background: #d5d5d5; }

.dataTable td {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff; }

.timetable-search-description {
  font-family: 'montserratregular';
  font-size: 0.938em;
  width: 100%;
  background: #ed7b00;
  color: #fff;
  height: 36px;
  margin-top: 20px; }
  @media only screen and (max-width: 1120px) {
    .timetable-search-description__line {
      padding: 10px;
      display: table; } }
  .timetable-search-description__cell {
    padding: 0 5px;
    vertical-align: middle;
    text-align: center; }
    .timetable-search-description__cell--left {
      text-align: left;
      padding-left: 15px; }
    .timetable-search-description__cell--right {
      text-align: right;
      padding-right: 15px; }
    @media only screen and (max-width: 1120px) {
      .timetable-search-description__cell {
        display: table;
        width: 100%;
        text-align: left; } }

.timetable-search {
  font-family: 'montserratregular';
  font-size: 0.938em;
  width: 100%; }
  .timetable-search a {
    color: #727272;
    text-decoration: none; }
  .timetable-search__line {
    height: 36px; }
    @media only screen and (max-width: 600px) {
      .timetable-search__line {
        padding: 10px 0; } }
    .timetable-search__line:nth-child(1n) {
      background: #e4e4e4; }
    .timetable-search__line:nth-child(2n) {
      background: #d5d5d5; }
  .timetable-search__cell {
    vertical-align: middle;
    text-align: center; }
    @media only screen and (max-width: 600px) {
      .timetable-search__cell {
        display: table;
        width: 100%;
        text-align: left; } }
    .timetable-search__cell span {
      display: none; }
      @media only screen and (max-width: 600px) {
        .timetable-search__cell span {
          display: inline-block;
          margin-right: 5px; } }
    .timetable-search__cell--linha {
      width: 5%; }
      @media only screen and (max-width: 600px) {
        .timetable-search__cell--linha {
          display: table;
          width: 100%;
          margin-top: 10px; } }
    @media only screen and (max-width: 600px) {
      .timetable-search__cell--hide {
        display: none; } }
    .timetable-search__cell--partida {
      width: 15%; }
      @media only screen and (max-width: 600px) {
        .timetable-search__cell--partida {
          display: table;
          width: 100%; } }
    .timetable-search__cell--chegada {
      width: 15%; }
      @media only screen and (max-width: 600px) {
        .timetable-search__cell--chegada {
          display: table;
          width: 100%; } }
    .timetable-search__cell--duracao {
      width: 15%; }
      @media only screen and (max-width: 600px) {
        .timetable-search__cell--duracao {
          display: table;
          width: 100%; } }
    .timetable-search__cell--detalhe {
      width: 5%; }
      @media only screen and (max-width: 600px) {
        .timetable-search__cell--detalhe {
          display: block;
          width: 100%;
          margin-bottom: 10px; } }
  .timetable-search__btn {
    background: #ed7b00;
    width: 160px;
    float: right;
    color: #fff;
    height: 36px;
    text-align: center;
    padding-top: 4px;
    margin-left: 20px; }
    @media only screen and (max-width: 600px) {
      .timetable-search__btn {
        float: left; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }