@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
img, media {
  max-width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
}

html {
  font-size: 87.5%;
  line-height: 1.42857em;
}

/**
 * $BASE-TYPOGRAPHY
 */
html {
  font-family: "Ubuntu", sans-serif;
  color: #5E6170;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/**
 * $LINKS
 */
a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}

/**
 * $HEADINGS
 */
h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.28571em;
}
h1 a, .alpha a,
h2 a, .beta a,
h3 a, .gamma a,
h4 a, .delta a,
h5 a, .epsilon a,
h6 a, .zeta a {
  color: inherit;
}

h1, .alpha {
  font-size: 36px;
  font-size: 2.57143rem;
  font-weight: 700;
}

h2, .beta {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 35px;
  line-height: 2.5rem;
  font-weight: 400;
}

h3, .gamma {
  font-size: 18px;
  font-size: 1.28571rem;
}

h4, .delta {
  font-size: 16px;
  font-size: 1.14286rem;
}

h5, .epsilon {
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 700;
}

h6, .zeta {
  font-size: 16px;
  font-size: 1.14286rem;
}

/**
 * $PARAGRAPHS
 */
p {
  margin: 0;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0.28571em;
}

p + img {
  float: left;
  margin-right: 1em;
}

.aviso {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.aviso a {
  color: #fff;
}
.aviso a:visited {
  color: #fff;
}
.aviso a:focus {
  color: #fff;
}
.aviso a:hover {
  color: #fff;
}
.aviso a:active {
  color: #fff;
}
.aviso p {
  padding-top: 15px;
}
.aviso .aviso-icon {
  background: url("../images/icons/warning.png") no-repeat center center;
  content: '';
  float: left;
  height: 50px;
  position: relative;
  width: 50px;
}
.aviso .aviso-content {
  box-sizing: border-box;
  float: right;
  width: 70%;
}
.aviso .aviso-close {
  float: left;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
}
.aviso .aviso-close:hover::before, .aviso .aviso-close:hover::after {
  background: #000;
}
.aviso .aviso-close::before, .aviso .aviso-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
}
.aviso .aviso-close::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aviso .aviso-close::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.aviso:hover {
  cursor: pointer;
}

.pane-bean-avisos {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}

.aviso .aviso-close {
  float: right;
}
.aviso .aviso-content {
  padding-right: 15px;
  width: 80%;
}

.pane-system-main-menu {
  margin: 0;
  padding: 0;
  border: 0;
}
.pane-system-main-menu:after {
  content: "";
  display: table;
  clear: both;
}
.pane-system-main-menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.pane-system-main-menu li:first-child {
  padding-left: 0;
}
.pane-system-main-menu li:last-child {
  padding-right: 0;
}
.pane-system-main-menu li.last {
  padding-right: 0;
}
.pane-system-main-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pane-system-main-menu .menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.pane-system-main-menu .menu li {
  line-height: 50px;
  line-height: 3.57143rem;
  margin-right: 20px;
}
.pane-system-main-menu .menu a {
  color: #F4F5F0;
  font-weight: 400;
}
.pane-system-main-menu .menu a:visited {
  color: #F4F5F0;
}
.pane-system-main-menu .menu a:focus {
  color: #F4F5F0;
}
.pane-system-main-menu .menu a:hover {
  color: #F4F5F0;
}
.pane-system-main-menu .menu a:active {
  color: #F4F5F0;
}
.pane-system-main-menu .menu .active {
  background: #ed1c24;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}

.pane-system-main-menu .menu li {
  margin-right: 30px;
}

.view-hp-blocos .hpitem ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-hp-blocos .hpitem ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.view-hp-blocos .hpitem ul li {
  float: left;
  width: 50%;
  padding: 5px;
  position: relative;
}
.view-hp-blocos .hpitem ul li img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.view-hp-blocos .hpitem ul li .mask {
  display: table-cell;
  vertical-align: bottom;
  position: absolute;
  z-index: 1;
  height: 80px;
  width: 90%;
  bottom: 10px;
  right: 5px;
  background: url("../images/red_mask_transpostal.png") no-repeat;
  background-size: cover;
  padding-right: 10px;
  height: 110px;
  height: 200px;
}
.view-hp-blocos .hpitem ul li .mask p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-family: "Ubuntu", sans-serif;
  color: #F4F5F0;
  height: 50px;
  overflow: hidden;
  vertical-align: middle;
  font-weight: 300;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 80%;
  margin: 0;
  margin-bottom: 0px;
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
}
.view-hp-blocos .hpitem ul li .mask p strong {
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: 700;
}
.view-hp-blocos .hpitem ul li .mask p {
  background: url("../images/seta.png") no-repeat bottom right;
  padding-right: 20px;
  bottom: 15px;
}
.view-hp-blocos .hpitem ul li .mask p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 30px;
  line-height: 2.14286rem;
  margin-bottom: 50px;
  padding-right: 20px;
  bottom: 15px;
  height: auto;
  background: url("../images/seta.png") no-repeat bottom right;
}
.view-hp-blocos .hpitem ul li .mask p strong {
  font-size: 20px;
  font-size: 1.42857rem;
}
.view-hp-blocos .hpitem ul li .mask p {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 32px;
  line-height: 2.28571rem;
  margin-bottom: 20px;
}
.view-hp-blocos .hpitem ul li .mask p strong {
  font-size: 38px;
  font-size: 2.71429rem;
}
.view-hp-blocos .hpitem ul li .mask p {
  width: 72%;
}

.view-hp-blocos .hpitem ul li {
  width: 33%;
}

.l-highlighted-wrapper {
  padding: 0;
  margin-top: 45px;
}
.l-highlighted-wrapper .l-region--highlighted {
  position: relative;
  width: 100%;
}
.l-highlighted-wrapper .l-region--highlighted img {
  display: block;
}

.pane-node-field-titulo-com-formata-o {
  display: table-cell;
  vertical-align: bottom;
  position: absolute;
  z-index: 1;
  height: 80px;
  width: 90%;
  bottom: 10px;
  right: 5px;
  background: url("../images/red_mask_transpostal.png") no-repeat;
  background-size: cover;
  padding-right: 10px;
  height: 110px;
  height: 200px;
  width: 80%;
  height: 115px;
  bottom: 0;
  right: 0;
}
.pane-node-field-titulo-com-formata-o p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-family: "Ubuntu", sans-serif;
  color: #F4F5F0;
  height: 50px;
  overflow: hidden;
  vertical-align: middle;
  font-weight: 300;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 10px;
  width: 80%;
  margin: 0;
  margin-bottom: 0px;
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 2px 2px;
}
.pane-node-field-titulo-com-formata-o p strong {
  font-size: 20px;
  font-size: 1.42857rem;
  font-weight: 700;
}
.pane-node-field-titulo-com-formata-o p {
  background: url("../images/seta.png") no-repeat bottom right;
  padding-right: 20px;
  bottom: 15px;
}
.pane-node-field-titulo-com-formata-o p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 30px;
  line-height: 2.14286rem;
  margin-bottom: 50px;
  padding-right: 20px;
  bottom: 15px;
  height: auto;
  background: url("../images/seta.png") no-repeat bottom right;
}
.pane-node-field-titulo-com-formata-o p strong {
  font-size: 20px;
  font-size: 1.42857rem;
}
.pane-node-field-titulo-com-formata-o p {
  font-size: 26px;
  font-size: 1.85714rem;
  line-height: 32px;
  line-height: 2.28571rem;
  margin-bottom: 20px;
}
.pane-node-field-titulo-com-formata-o p strong {
  font-size: 38px;
  font-size: 2.71429rem;
}

html.ie .not-front .l-region--highlighted img {
  max-height: 458px !important;
  overflow: hidden;
}

.pane-node-field-titulo-com-formata-o {
  width: 50%;
}

.pane-node-field-titulo-com-formata-o {
  width: 35%;
}

.pane-bean-contacte-nos-0 {
  width: 20%;
  float: left;
  margin-left: 35px;
}
.pane-bean-contacte-nos-0 .pane-title {
  font-size: 25px;
  font-size: 1.78571rem;
}
.pane-bean-contacte-nos-0:before {
  content: '';
  background: url("../images/footer/icon_info.png") no-repeat center center;
  margin-left: -35px;
  height: 35px;
  position: absolute;
  width: 35px;
}

.bean-simples .file-image {
  text-align: center;
}

.pane-bean-outras-informacoes {
  width: 35%;
  float: left;
  padding-left: 40px;
}
.pane-bean-outras-informacoes .pane-title {
  font-size: 25px;
  font-size: 1.78571rem;
}
.pane-bean-outras-informacoes:before {
  content: '';
  background: url("../images/footer/icon_info.png") no-repeat center center;
  margin-left: -45px;
  height: 45px;
  position: absolute;
  width: 45px;
}

.condicoes-gerais-utilizacao {
  list-style: none;
  clear: both;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.condicoes-gerais-utilizacao li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.condicoes-gerais-utilizacao li {
  padding-left: 40px;
  line-height: 35px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
.condicoes-gerais-utilizacao .cgu-icon.explosivos {
  background: url("../images/icons_proibidos/explosivos.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.gases {
  background: url("../images/icons_proibidos/gases.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.corrosivos {
  background: url("../images/icons_proibidos/corrosivos.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.drogas {
  background: url("../images/icons_proibidos/drogas.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.liquidos {
  background: url("../images/icons_proibidos/liquidos.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.oxidantes {
  background: url("../images/icons_proibidos/oxidantes.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.toxicas {
  background: url("../images/icons_proibidos/toxicos.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.malas {
  background: url("../images/icons_proibidos/malas.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.animais {
  background: url("../images/icons_proibidos/animais.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.plantas {
  background: url("../images/icons_proibidos/plantas.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.alimentos {
  background: url("../images/icons_proibidos/comida.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.dinheiro {
  background: url("../images/icons_proibidos/dinheiro.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.publicacoes {
  background: url("../images/icons_proibidos/publicacoes.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.arte {
  background: url("../images/icons_proibidos/arte.png") no-repeat left top;
}
.condicoes-gerais-utilizacao .cgu-icon.joias {
  background: url("../images/icons_proibidos/joias.png") no-repeat left top;
}

.page-node-58 .field--body p {
  background: #ed1c24;
  color: #fff;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  text-indent: 10px;
}

.condicoes-gerais-utilizacao li {
  width: 50%;
}

.condicoes-gerais-utilizacao li {
  width: 50%;
}

.l-footer-wrapper {
  width: 100%;
  height: 68px;
  margin: 0 auto;
  background: #ed1c24 url("../images/footer/logotipo_transdev.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0 !important;
}

.l-region--footer {
  height: 247px;
  display: table-cell;
  vertical-align: middle;
}
.l-region--footer .pane-menu-menu-top-nolink-menu {
  display: none;
}

/*
  .l-footer-wrapper {
    background: url('../images/footer/footer_transdev.png') no-repeat right bottom;
  }
*/
.l-footer-wrapper {
  height: 80px;
}

.l-region--footer .pane-menu-menu-top-nolink-menu {
  display: block;
}
.l-region--footer .pane-menu-menu-top-nolink-menu .menu .fiabilidade::before {
  background: #ed1c24 url("../images/topicons/fiabilidade.png") no-repeat center center;
}
.l-region--footer .pane-menu-menu-top-nolink-menu .menu .lowcost::before {
  background: #ed1c24 url("../images/topicons/lowcost.png") no-repeat center center;
}
.l-region--footer .pane-menu-menu-top-nolink-menu .menu .proximidade::before {
  background: #ed1c24 url("../images/topicons/proximidade.png") no-repeat center center;
}
.l-region--footer .pane-menu-menu-top-nolink-menu .menu .rapidez::before {
  background: #ed1c24 url("../images/topicons/rapidez.png") no-repeat center center;
}

.l-footer-wrapper {
  height: 103px;
}

.pane-bean-contacte-nos .pane-title {
  line-height: 40px;
  line-height: 2.85714rem;
  padding-left: 45px;
  background: url("../images/icons/contact_phone.png") no-repeat left center;
  margin: 0;
}
.pane-bean-contacte-nos .content {
  padding-left: 50px;
}
.pane-bean-contacte-nos .p1 {
  font-weight: 300;
  margin: 0;
}
.pane-bean-contacte-nos .p3 {
  color: #ed1c24;
  font-weight: 700;
  padding-top: 25px;
  padding-bottom: 15px;
}
.pane-bean-contacte-nos .p4 {
  padding-bottom: 15px;
}

.pane-webform-client-block-57 {
  padding-top: 35px;
}
.pane-webform-client-block-57 .pane-title {
  line-height: 35px;
  line-height: 2.5rem;
  padding-left: 45px;
  background: url("../images/icons/outras-informacoes.png") no-repeat left center;
  margin: 0;
}

.webform-client-form-57 {
  background: rgba(94, 97, 112, 0.18);
  display: inline-block;
  padding: 15px;
  margin-top: 25px;
  width: 100%;
}
.webform-client-form-57 .webform-component {
  width: 100%;
  float: left;
}
.webform-client-form-57 label {
  float: left;
  margin: 0;
  width: 100%;
}
.webform-client-form-57 input {
  width: 100%;
  float: left;
}
.webform-client-form-57 .form-radios {
  float: left;
  width: 80%;
}
.webform-client-form-57 .form-radios .form-item-submitted-tipo {
  width: 100%;
  float: left;
}
.webform-client-form-57 .form-radios input,
.webform-client-form-57 .form-radios label {
  width: auto;
  float: left;
}
.webform-client-form-57 .form-radios label {
  margin-left: 15px;
}
.webform-client-form-57 .webform-component-textarea .form-textarea-wrapper {
  width: 100%;
}
.webform-client-form-57 .webform-component-textarea textarea {
  width: 100%;
}
.webform-client-form-57 .webform-component-textarea .grippie {
  width: 100%;
  float: left;
}
.webform-client-form-57 .form-actions {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.webform-client-form-57 .form-actions input {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.4) 0 -1px 0;
  padding: 0.4em 1.5em;
  border: solid #ed1c24 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: none;
  display: inline-block;
  clear: both;
  background: #ed1c24;
  width: auto;
  float: right;
}

.webform-client-form-57 label {
  width: 20%;
}
.webform-client-form-57 input {
  width: 80%;
}
.webform-client-form-57 .webform-component-textarea .form-textarea-wrapper {
  width: 80%;
}

.l-header {
  background: #ed1c24;
}
.l-header .l-constrained {
  position: relative;
}
.l-header .site-branding {
  display: inline-block;
  padding-top: 38px;
}
.l-header .l-region--header .pane-menu-menu-top-nolink-menu {
  position: relative;
  z-index: 99;
  top: 0;
  right: 0;
  padding: 0;
  text-align: center;
}
.l-header .l-region--header .pane-menu-menu-top-nolink-menu .menu {
  display: inline-block;
}

.l-header {
  height: 150px;
}
.l-header .l-region--header .pane-menu-menu-top-nolink-menu {
  position: absolute;
  margin-top: 55px;
  float: right;
}

.l-region--hero {
  background: url("../images/header/hero_grey_bg.png") no-repeat right top;
  background-size: cover;
  height: 110px;
  position: absolute;
  z-index: 9;
  width: 100%;
}

.pane-menu-menu-top-nolink-menu {
  margin: 0;
  padding: 0;
  border: 0;
}
.pane-menu-menu-top-nolink-menu:after {
  content: "";
  display: table;
  clear: both;
}
.pane-menu-menu-top-nolink-menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.pane-menu-menu-top-nolink-menu li:first-child {
  padding-left: 0;
}
.pane-menu-menu-top-nolink-menu li:last-child {
  padding-right: 0;
}
.pane-menu-menu-top-nolink-menu li.last {
  padding-right: 0;
}
.pane-menu-menu-top-nolink-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.pane-menu-menu-top-nolink-menu .menu li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.pane-menu-menu-top-nolink-menu .menu li {
  font-size: 11px;
  font-size: 0.78571rem;
  margin-top: 22px;
  position: relative;
}
.pane-menu-menu-top-nolink-menu .menu li:last-child {
  margin-right: 0;
}
.pane-menu-menu-top-nolink-menu .menu .btn-top {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.pane-menu-menu-top-nolink-menu .menu .btn-top:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  content: ' ';
  position: absolute;
  margin-top: -45px;
  left: 50%;
  margin-left: -22px;
  z-index: 999;
}
.pane-menu-menu-top-nolink-menu .menu .fiabilidade::before {
  background: #fff url("../images/topicons/fiabilidade_red.png") no-repeat center center;
}
.pane-menu-menu-top-nolink-menu .menu .lowcost::before {
  background: #fff url("../images/topicons/lowcost_red.png") no-repeat center center;
}
.pane-menu-menu-top-nolink-menu .menu .proximidade::before {
  background: #fff url("../images/topicons/proximidade_red.png") no-repeat center center;
}
.pane-menu-menu-top-nolink-menu .menu .rapidez::before {
  background: #fff url("../images/topicons/rapidez_red.png") no-repeat center center;
}

.l-region--footer .pane-menu-menu-top-nolink-menu {
  float: left;
}
.l-region--footer .pane-menu-menu-top-nolink-menu .menu .btn-top {
  color: #ed1c24;
}

.pane-menu-menu-top-nolink-menu .menu {
  margin-top: 0;
}
.pane-menu-menu-top-nolink-menu .menu li {
  font-size: 16px;
  font-size: 1.14286rem;
  padding: 5px;
  margin-right: 5px;
}

.pane-scmap {
  position: relative;
  /*
    input.zoom-range {
      writing-mode: bt-lr; // IE
      -webkit-appearance: slider-vertical; // WebKit
      width: 8px;
      height: 175px;
      padding: 0 5px;
    }
    */
}
.pane-scmap .zoom-in {
  background: url("../images/icons/zoom_in.png") no-repeat;
  border: 0;
  width: 43px;
  height: 43px;
  overflow: hidden;
  text-indent: -999em;
  margin-right: 10px;
}
.pane-scmap .zoom-out {
  background: url("../images/icons/zoom_out.png") no-repeat;
  border: 0;
  width: 43px;
  height: 43px;
  overflow: hidden;
  text-indent: -999em;
}
.pane-scmap .zoom-range {
  display: block;
  clear: both;
}
.pane-scmap .reset {
  background: none;
  border: 1px solid #ed1c24;
  clear: both;
  display: block;
  width: 100%;
  margin-top: 10px;
}
.pane-scmap .buttons {
  display: none;
  width: 135px;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 20px;
}
.pane-scmap .imgpanwrapper {
  clear: both;
  float: left;
  height: 550px;
  overflow: hidden;
  width: 100%;
}
.pane-scmap .imgpanwrapper img {
  float: right;
}
.pane-scmap #replace_textfield_div {
  clear: both;
  float: none;
  text-align: left;
}
.pane-scmap .sctranspostal-pontostranspostal {
  position: relative;
  z-index: 1;
  top: 20px;
  top: 80px;
  background: #fff;
}
.pane-scmap .chosen-container {
  float: left;
}
.pane-scmap .form-submit {
  float: right;
  margin-top: -30px;
}
.pane-scmap .progress-disabled {
  float: none;
  display: inline;
}
.pane-scmap .ajax-progress {
  float: left;
  display: block;
}
.pane-scmap .ajax-progress .throbber {
  float: left;
  height: 15px;
  margin: 2px;
  width: 12px;
  display: block;
}
.pane-scmap .form-item-changethis label {
  font-size: 20px;
  font-size: 1.42857rem;
  margin-bottom: 10px;
}
.pane-scmap .node--pontos-transpostal--full .node__title {
  font-size: 20px;
  font-size: 1.42857rem;
}
.pane-scmap .node--pontos-transpostal--full .field-label {
  font-size: 15px;
  font-size: 1.07143rem;
}

.pane-scmap .buttons {
  display: none;
}

.pane-scmap .buttons {
  display: block;
}
.pane-scmap .sctranspostal-pontostranspostal {
  background: none;
  position: absolute;
  top: 146px;
  width: 300px;
}
.pane-scmap .sctranspostal-pontostranspostal .form-submit {
  margin-top: -2px;
  float: left;
  margin-left: 10px;
}
.pane-scmap .imgpanwrapper {
  height: 650px;
}

.l-main {
  margin-bottom: 0 !important;
}

.pane-page-title h1 {
  font-size: 36px;
  font-size: 2.57143rem;
  font-weight: 300;
  line-height: 45px;
}

.field--body h2 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 25px;
  line-height: 1.78571rem;
}

.front .l-main {
  padding-top: 40px;
}

.l-main {
  margin-bottom: 36px;
}

.page-node-60 .l-main {
  padding-top: 70px;
}

.field--body h2 {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 35px;
  line-height: 2.5rem;
  margin-bottom: 0;
  font-weight: 400;
}

.section-receber-enviar-um-despacho .field--body ul {
  list-style: none;
}
.section-receber-enviar-um-despacho .field--body ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.section-receber-enviar-um-despacho .field--body ul li {
  background: url("../images/icons/bullet_transpostal.png") no-repeat top left;
  margin-bottom: 10px;
  padding-left: 30px;
  line-height: 25px;
}

.page-node-54 .field--body ul {
  list-style: none;
  padding-left: 25px;
}
.page-node-54 .field--body ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
.page-node-54 .field--body ul li {
  background: url("../images/icons/bullet_transpostal_heart.png") no-repeat top left;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 25px;
}

.page-node-54 .field--body ul {
  padding-left: 40px;
}

.not-front.page-user .l-main {
  padding-top: 100px;
}

.tablefield-wrapper thead {
  background: #ed1c24;
  color: #fff;
}
.tablefield-wrapper thead th {
  background: none !important;
}
.tablefield-wrapper table {
  width: 100%;
  margin: 0 auto;
}
.tablefield-wrapper table th,
.tablefield-wrapper table td {
  font-weight: 300;
  text-align: center;
  border: 1px solid #fff;
}
.tablefield-wrapper table tr {
  background: rgba(94, 97, 112, 0.11);
  line-height: 38px;
}
.tablefield-wrapper table tr td:first-child {
  text-indent: 10px;
}
.tablefield-wrapper table th,
.tablefield-wrapper table tr:nth-child(2n+0) {
  background: rgba(94, 97, 112, 0.18);
}
.tablefield-wrapper table tbody tr:hover {
  background: rgba(237, 28, 36, 0.8);
  color: #fff;
  font-weight: bold;
}

.pane-bean-tabela-despacho .pane-title,
.pane-bean-tabela-pre-pagos .pane-title {
  font-size: 20px;
  font-size: 1.42857rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  line-height: 25px;
}

/*
@include breakpoint($tab, true) {
  .pane-bean-tabela-despacho,
  .pane-bean-tabela-pre-pagos {
    .pane-title {
      width: 80%;
    }
  }
  .tablefield-wrapper {
    table {
      width: 80%;
    }
  }
}
*/
.panel-sc2cols3060staked .staked {
  clear: both;
  width: 100%;
}

.panel-sc2cols3060staked {
  *zoom: 1;
}
.panel-sc2cols3060staked:after {
  content: "";
  display: table;
  clear: both;
}
.panel-sc2cols3060staked .left {
  width: 32.20339%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}
.panel-sc2cols3060staked .right {
  width: 57.62712%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

.panel-sc2cols6030staked .staked {
  clear: both;
  width: 100%;
}

.panel-sc2cols6030staked {
  *zoom: 1;
}
.panel-sc2cols6030staked:after {
  content: "";
  display: table;
  clear: both;
}
.panel-sc2cols6030staked .left {
  width: 57.62712%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}
.panel-sc2cols6030staked .right {
  width: 32.20339%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

.panel-sc3cols30staked .staked {
  clear: both;
  width: 100%;
}

.panel-sc3cols30staked {
  *zoom: 1;
}
.panel-sc3cols30staked:after {
  content: "";
  display: table;
  clear: both;
}
.panel-sc3cols30staked .left {
  width: 23.72881%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
}
.panel-sc3cols30staked .center {
  width: 49.15254%;
  float: left;
  margin-right: -100%;
  margin-left: 25.42373%;
  clear: none;
}
.panel-sc3cols30staked .right {
  width: 23.72881%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
}

#topo {
  position: relative;
  height: 72px;
}

.centerWrapper {
  position: relative;
  width: 980px;
  margin: 0 auto;
  text-align: left;
  overflow: visible;
}

#topoLogo_pt {
  margin-top: 12px;
  float: left;
  background: transparent url(../images/t/logoTopo_pt.png) no-repeat;
  height: 51px;
  width: 189px;
  text-align: left;
}

#topoLogo_pt a {
  display: block;
  width: 170px;
  height: 45px;
}

#topoLogo_pt a span {
  display: none;
}

#pesquisa {
  margin-left: 785px;
  position: absolute;
  float: right;
  width: 201px;
  height: 50px;
  margin-top: 28px;
}

.btPesquisar {
  position: absolute;
  display: block;
  top: 10px;
  left: 163px;
  width: 25px;
  height: 25px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

#pesquisa .caixaPesquisa {
  border: 0;
  position: absolute;
  top: 6px;
  left: -21px;
  width: 200px;
  height: 15px;
  background: url(../images/t/pesquisa.png) center right 10px no-repeat;
  border-radius: 3px;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 10px;
}

#apoioCliente {
  float: left;
  width: 123px;
  margin-left: 470px;
  font-family: Verdana;
  font-size: 11px;
  text-align: right;
  padding: 10px 10px 10px 30px;
  background: transparent url(../images/t/bolsa-empregos.png) no-repeat center left;
  white-space: nowrap;
}

#apoioCliente a {
  color: #666;
  position: relative;
  text-decoration: none;
  outline: none;
  font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #999999;
}

#newsletter {
  float: left;
  width: 88px;
  height: 60px;
  margin-left: 30px;
}
#newsletter a {
  font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#nwimg {
  width: 15px;
  height: 11px;
  background: transparent url(../images/t/newsletter.png) no-repeat center left;
}

#menuTopoWrapper {
  display: block;
  position: relative;
  width: 100%;
  min-height: 42px;
  margin: 0 0 25px;
  padding: 0;
  background: transparent url(../images/t/background-menu.png) repeat-x;
}

#menuTopo {
  display: block;
  padding: 0;
  float: right;
  height: 100%;
}

#menuTopo > .item {
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  background: transparent url(../images/t/background-sep.png) no-repeat center left 0;
}

#menuTopo .item a {
  display: block;
  margin: 0;
  padding: 11px 26px;
  font: 400 13px/20px Verdana,Helvetica,sans-serif;
  text-decoration: none;
  color: #F6F6F6;
  text-align: center;
  vertical-align: middle;
  float: left;
}

#menuTopo > .item > .submenu {
  display: block;
  position: absolute;
  background: #5E6170;
  top: 42px;
  min-width: 200px;
  z-index: 99;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

#menuTopo .submenu a {
  padding: 11px 0px;
  font: 400 12px/20px Verdana,Helvetica,sans-serif;
}

#menuTopo > .item:hover {
  background: #5E6170;
}

#menuTopo > .item:hover > .submenu {
  padding: 10px 0 15px 0;
  opacity: 1;
}

#menuTopo > .item:hover > .submenu > .item_2 > a {
  display: block;
}

#menuTopo > .item .submenu > .item_2 > a {
  display: block;
  margin: 0;
  padding: 3px 20px;
  font: 400 12px/20px Verdana, Helvetica, sans-serif;
  text-decoration: none;
  color: #F6F6F6;
  vertical-align: middle;
  display: none;
  width: 200px;
  text-align: left;
}

#menuTopo > .item > .submenu > .item_2:hover > a {
  background: #DD0201;
}

#menuTopo > .item > .submenu > .item_2:hover > .submenu_2 {
  padding: 10px 0 15px 0;
  opacity: 1;
}

#menuTopo > .item > .submenu > .item_2 > .submenu_2 {
  display: block;
  position: absolute;
  background: #5E6170;
  /*   margin-top: -36px; */
  margin-top: -10px;
  left: 200px;
  width: 200px;
  z-index: 99;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -ms-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  -webkit-transition-delay: 125ms;
  transition-delay: 125ms;
}

#menuTopo > .item > .submenu > .item_2:hover > .submenu_2 > a {
  display: block;
}

#menuTopo > .item > .submenu > .item_2 > .submenu_2 > a {
  display: block;
  margin: 0;
  padding: 3px 20px;
  font: 400 13px/20px Verdana, Helvetica, sans-serif;
  text-decoration: none;
  color: #F6F6F6;
  vertical-align: middle;
  display: none;
}

#mainTopo {
  display: none;
}

#mainTopo {
  display: block;
}

#mainRodape {
  height: 224px;
  text-align: left;
  background: url("../images/t/bg-pag.png") no-repeat scroll center bottom #FFFFFF;
  width: 100%;
  padding-top: 14px;
  color: #fff;
  font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#mainRodape a {
  text-decoration: underline;
  color: #fff;
}
#mainRodape #suportaRodape {
  padding-top: 139px;
  margin: 0 auto;
  width: 980px;
}
#mainRodape #copyright {
  padding-top: 25px;
  padding-left: 10px;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #4E8365;
  color: #FFFFFF;
  float: left;
  width: 200px;
  height: 70px;
  background: transparent url("../images/t/logoTransdevFooter.png") no-repeat;
}
#mainRodape #linksEsquerda {
  float: left;
  width: 350px;
  height: 55px;
  border-right: 1px #018935 solid;
  color: white;
  vertical-align: bottom;
  margin-top: 5px;
}
#mainRodape #linksDireita {
  float: left;
  width: 500px;
  height: 70px;
  color: white;
  padding-left: 30px;
  padding-top: 22px;
  vertical-align: middle;
  font-size: 10px;
  margin-top: 5px;
  line-height: 14px;
}
