*{
    box-sizing: border-box;
}
html, body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 140%;
}
table{
  font-family: 'Montserrat', sans-serif !important;
}
.top-bar{
    background: #939598;
    padding: 5px 0;
}
.spacer{
    height: 20px;
}
header{
}
header.admin_header{
    top: 32px;
}
b, strong{
    font-weight: 600;
}
p{
}
h1, h2, h3, h4, h5, h6{
    line-height: 120%;
}
h1{
    color: #f26522;
    font-size: 24px;
}
h3{
    font-size: 16px;
    font-weight: 600;
    color: #498fcc;
    margin: 15px 0;
}
.the_content>h3:first-child{
  margin-top: 0px;
}
h2{
    color: #498fcc;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
h4{
    color: #939598;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
img{
    width: 100%;
    height: auto;
}
img.default_size{
    width: auto !important;
    height: auto !important;
}
table td{
    padding: 5px;
}
table.amarela, table.azul, table.laranja, table.rosa, table.verde{
    font-size: 12px;
    overflow-y: scroll;
}
table.amarela thead{
    border-bottom: solid 2px #fbb900;
    font-weight: bold;
}
table.azul thead{
    border-bottom: solid 2px #5285c4;
    font-weight: bold;
}
table.laranja thead{
    border-bottom: solid 2px #ee7502;
    font-weight: bold;
}
table.rosa thead{
    border-bottom: solid 2px #e7126c;
    font-weight: bold;
}
table.verde thead{
    border-bottom: solid 2px #009a9e;
    font-weight: bold;
}
.logo{
    float: left;
}
.logo .custom-logo-link img{
    width: 200px;
    height: auto;
    margin: 20px auto;
    display: block;
}
.logo .custom-logo-link .custom-logo{
    min-width: 200px;
}
 .social{
    top: 0px;
    left: 10px;
     float: right;
}
.social>div{
    float:right;
}
 .social ul{
    list-style: none;
    padding: 0px;
     margin: 0px;
}
 .social ul li{
    float: left;
    margin: 0 20px 0 0;
}
 .social ul>li>a{

     color: #fff;
}
.social ul>li>a:hover{
    color: #ebebeb;
}
.glink{
  color: #fff;
  font-size: 12px;
}
header .menu{
    float: right;
}
header .menu ul{
    float: left;
    padding-left: 0px;
    margin-bottom: 10px;
}
header .menu-menu-pt-container{
    /*float: left;*/
    float: right;
    margin-top: 40px;
    border-bottom: solid 1px #939598;
}
header .menu .search{
    float: right;
    margin-top: 5px;
}
.search input[type="text"]{
    background: #fff;
    border: none;
    border-radius: 50px;
    line-height: 20px;
    color: #f26522;
    padding-left: 10px;
}
.search input[type="text"]:focus{
    outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search button{
    width: 20px;
    text-align: center;
    background: transparent;
    border: none;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    height: 22px;
}
header .menu ul.menu>li{
    display: inline-block;
}
header .menu ul>li.menu-item-has-children>a:after{
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-left: 5px;
    margin-top: -5px;
}
header .menu ul>li>a{
    text-decoration: none;
    color: #8c8c8c;
    font-weight: 600;
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 12px;
}
header .menu>div>ul>li>a:hover{
    color: #8c8c8c;
}
header .menu ul>li ul.sub-menu{
    width: 200px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    color: #fff;
    visibility: hidden;
    z-index: 9999999;
    transition: all 0.2s ease;
    padding-left: 0px;
}
header .menu ul>li ul.sub-menu li:first-child{
    margin-top: 15px;
}
header .menu ul>li ul.sub-menu li{
    background: #f26522;
    margin-top: 1px;
}
header .menu ul>li:hover ul{
    width: 200px;
    margin-top: 0px;
    opacity: 1;
    visibility: visible;
}
header .menu ul>li ul li a{
    color: #fff;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
}
header .menu ul>li ul li:hover{
    background: #8c8c8c;
}
.header_fixed{
    width: 100%;
    height: 150px;
}
footer{
    margin-top: 40px;
    background: #939598;
    overflow: hidden;
    padding: 40px 0 40px 0;
    box-shadow: 0px 500px 0px 500px #f26522;
}
footer a{
    color: #fff;
    font-size: 14px;
}
footer h2{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
div.bread_container{
    padding: 10px;
    background: #ebebeb;
    margin:0 0 10px 0;
}
ul#breadcrumbs{
    list-style:none;
    overflow:hidden;
    padding: 0px;
    margin: 0px;
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}

#breadcrumbs li a, #breadcrumbs li{
    font-weight: normal;
    color: #666;
}

#breadcrumbs li a{
    color: #f26522;
    text-decoration: none;
}

#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#666;
}

.searchform{
    padding: 0 20px 20px 20px;
}

.searchform input{
    padding: 7px;
    border-radius: 4px;
    border: solid 1px #c3c3c3;
}

.searchform input[type="submit"]{
    background: #f26522;
    color: #fff;
    font-weight: bold;
    border: none;
}

.store-header{
    overflow: hidden;
    border-bottom: solid 1px #8c8c8c;
    margin-bottom: 10px;
}

.store-header .woocommerce-ordering{
    margin-bottom: 0px;
}

.store-header .woocommerce-ordering select{
    padding: 2px;
}

.store-header .woocommerce-ordering{
    float: left;
}

.store-header .woocommerce-result-count{
    float: right;
}

.pagination{
    text-align: center;
}

.pagination a{
    margin: 5px;
    display: inline-block;
    line-height: 35px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    color: #f26522;
    border: solid 1px #ebebeb;
}

.pagination a.active{
    background: #f26522;
    color: #fff;
}

.loadingF{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9999;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.not-found-page h2{
    color: #f26522;
    font-size: 150px;
    line-height: 100%;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.not-found-page h2 span{
    color: #666;
    font-size: 50px;
}

.not-found-page p{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #666;
    margin-top: 20px;
}

.not-found-page ul{
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 20px 0;
    padding: 0px;
}

.not-found-page ul li{
    display: inline-block;

}

.not-found-page ul li a{
    padding: 20px;
}

.page-id-447 h4{
    font-weight: normal;
}

.entrada {
    width: 4.5%;
    display: inline-flex;
    flex-direction: column;
}

p.head {
  padding: 7px 0;
}

.hora-partidas.rosa p.head,
.header-titulo.rosa {
    border-bottom: 2px solid #e7126c;
}

.hora-partidas.azul p.head,
.header-titulo.azul {
  border-bottom: 2px solid #5285c4;
}

.hora-partidas.verde p.head,
.header-titulo.verde {
  border-bottom: 2px solid #009a9e;
}

.hora-partidas.amarela p.head,
.header-titulo.amarela {
  border-bottom: 2px solid #fbb900;
}

.hora-partidas.laranja p.head,
.header-titulo.laranja {
  border-bottom: 2px solid #ee7502;
}

p.partida {
  padding-top: 7px;
  color: gray;
}

.lojas {
  padding-left: 0;
  display: flex;
  margin: 25px 0 0 0;
  flex-wrap: wrap;
}

.lojas li {
  display: flex;
  flex-direction: column;
  margin: 15px;
  justify-content: center;
  flex: 0 0 30.33%;
  max-width: 30.33%;
}

.lojas li img {
  width: 40px;
}

.lojas p {
  margin: 5px 0;
  font-size: 0.9em;
}

.lojas p.nome-loja {
  font-size: 1em;
}

.lojas li .loja-details {
  color: gray;
  font-size: 0.9em;
}

.hora-partidas {
    padding-bottom: 25px;
    border-bottom: 1px solid #d3d3d34a !important;
}

.panel .info {
  margin: 15px 0;
}

.tarifas {
  width: 65%;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 20px 0 0 0;
}

.tarifas .header-titulo {
  width: 100%;
  display: inline-flex;
  padding-bottom: 3px;
}

.tarifas .header-titulo p {
  width: 75%;
}

.tarifas .entrada-tarifa {
  display: inline-flex;
  width: 100%;
}

.tarifas .entrada-tarifa .titulo {
  width: 75%;
  padding: 7px 0;
  border-bottom: 1px solid lightgray;
}

.panel table.auto-tarifa {
  width: 90%;
  color: black;
}

.panel table.auto-tarifa td {
    border-bottom: 1px solid lightgray;
    padding: 10px 0px;
}

.panel table.auto-tarifa tr:last-child td {
    border-bottom: 1px solid lightgray;
    padding: 10px 0px;
}

.preco,
.preco-titulo {
  width: 25% !important;
  text-align: right;
  padding-right: 15px !important;
}

.horario-loja {
  margin: 3px 0;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.responsive-menu{
    display: none;
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 55px;
    left: 0px;
}
.responsive-menu>.menu-menu-pt-container{
    position: absolute;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    background: #f3f3f3;
}
.responsive-menu>.menu-menu-pt-container>ul{
    padding: 0px;
    margin: 0px;
}
.responsive-menu>.menu-menu-pt-container>ul>li>a{
    padding: 15px 20px;
    border-bottom: solid 1px #8c8c8c;
    display: block;
    text-transform: uppercase;
}
.responsive-menu>.menu-menu-pt-container>ul>li>ul{
    display: none;
}
.menu-menu-pt-container.open{
    right: 0px;
}
.burger-button{
    display: none;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 15px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #f26522;;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
svg{
    width: 50%;
    fill: #f26522;
}
.home_blocks img{
    width: 100px;
    height: auto;
    vertical-align: middle;
    margin: 0px;
}
.home_blocks a{
    color: #58595b;
}
.home_blocks .col-md-4{
    text-align: center;
}
.home_blocks .col-md-4:first-child{
    border-right: solid 1px #706f6f;
}
.home_blocks{
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #575756;
    margin-top: 50px;
}
ul.parent-page{
    padding-left: 0px;
    background: #ebebeb;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: #fff;
}
ul.parent-page li a{
    padding: 15px;
    display: block;
    border-bottom: solid 1px #fff;
    color: #333;
    font-size: 12px;
    font-weight: 600;
}
.tab button{
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    display: block;
    border-bottom: solid 1px #fff;
    color: #333;
    font-size: 12px !important;
    background: #ebebeb;
    font-weight: bold;
}
.table-responsive{
    overflow-x: auto;
}
table.borders, table.borders td{
    border: solid 1px #cdcdcd;
}
a.button{
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 0px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}
a.button:hover{
    background: #ccc;
}
.page-id-231 table td{
    padding: 15px;
}
select#terminal{
width: 100%;
padding: 10px;
border-radius: 50px;
/* border: none; */
border-width: 3px;
background-color: #f3f2f2;
font-weight: bold;
color: #666;
}
@media ( max-width: 1200px ){
    .logo .custom-logo-link{
        width: 240px;
        background: url(http://transtejo-pt.le-consultores.com/wp-content/uploads/2018/01/transtejo_softlusa_small.png);
        background-repeat: no-repeat;
    }
    .social{
        width: auto;
    }

    .lojas li {
      flex: 0 0 28.33%;
      max-width: 28.33%;
    }
}

@media ( max-width: 992px ){
    .lojas li {
      flex: 0 0 45%;
      max-width: 45%;
    }
}

@media (max-width: 750px){
    .responsive-menu{
        top: 100px;
    }
    ul.store-menu{
        float: left !important;
        padding-left: 0px;
    }
    div.menu{
        display: none;
    }
    .burger-button{
        float: right;
        display: block;
    }
    .responsive-menu{
        sdisplay: block;
    }
    header{
        border-radius: 0px;
    }

    .lojas li {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .entrada {
      width: 100%;
      display: flex;
      flex-direction: unset;
      flex-wrap: wrap;
      margin: 10px 0;
  }

  .hora-partidas p.head {
    border-bottom: unset !important;
    display: inline-flex;
    width: 12%;
  }

    .hora-partidas.azul p.head {
      border-right: 2px solid #5285c4;
    }

    .hora.partidas.amarela p.head {
      border-right: 2px solid #fbb900;
    }

    .hora-partidas.verde p.head {
      border-right: 2px solid #009a9e;
    }

    .hora-partidas.rosa p.head {
      border-right: 2px solid #e7126c;
    }

    .hora-partidas.laranja p.head {
      border-right: 2px solid #ee7502;
    }

    p.partida {
      display: inline-flex;
      width: 10%;
      padding-left: 9px;
    }


}
@media (max-width: 630px){
    .menu-social-menu-container{
        display: none;
    }
    .top-bar{
        /*display: none;*/
    }
    .responsive-menu{
        top: 55px;
    }

    .tarifas {
      width: 100%;
    }
}
