a:focus,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

.menuHamb{
  display: none;
  font-size: 24px;
  margin-top: 12px;
  color: #999;
}

.recorridoTitle{
  display: inline-block;
}


.visibleDown{
  display: none!important;
  margin-right: 15px;
  margin-top: 3px;
}

.visibleDown i{
  color: #999;
  font-size: 15px;
}


.transPublic{
  color: #666;
}

@media(max-width: 600px){


  .firmaTop{
    float: left!important;
  }

  .menuHamb{
    display: inline!important;
  }

  .contentMenuL{
    position: absolute;
    bottom: 0px;
  }

  .contentMenuL.active {
    position: absolute;
    bottom: 70%;
  }

  .contentMenuL.active .visibleDown{
    display: inherit!important;
  }

  .leftMenuTP{
    /* left:calc(50vw - 150px)!important; */
    left: 0px !important;
    top: 30px!important;
    width: 100vw !important;
  }

  .arrowMenu{
    display: inline-block!important;
  }

  .buscarLM{
    display: none;
  }
}

.arrowMenu{
  position: absolute;
  top: -30px;
  left: calc(100% - 57%);
  display: none;
}

.noFocus:focus {
  outline:0;
}

.frontLayerLM{
  width: 100%;
  position: absolute;
  z-index: 999;
}

.frontLayerLMR{
  width: 100%;
  position: absolute;
  z-index: 9999;
}

.paradas {
  padding-left: 15px!important;
  margin-top: 10px;
  overflow: scroll;
}

.paradas li{
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  position: relative;
}

.paradas p{
  display: inline-block;
}

.paradas li .stick{
  position: absolute;
  height: 50px;
  width: 2px;
  left: 6px;
  top: 24px;
}

.gm-style-pbc > div :last-child {
  display: none !important;
}

.paradaActive > .puntoParada{
  background: #E85964!important;
  width: 18px!important;
  height: 18px!important;
  left: -2px!important;
  top: 12px!important;
}

.paradaActive p{
  font-weight: 600;
  font-size: 18px;
  padding-left: 35px!important;
  color: #E85964;
}

.paradas li:last-child .stick{
  display: none;
}

.paradas .puntoParada {
  vertical-align: sub;
  margin-right: 15px;
  width: 15px;
  position: absolute;
  top: 11px;
  height: 15px;
  border-radius: 10px;
  background: #fff;
  border-width: 1.8px;
  border-style: solid;
  display: inline-block;
  z-index: 999;
}

.puntoParadaClick p a {
  text-decoration: none;
  color: rgba(110, 110, 110, .8);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.puntoParadaClick p a:hover {
  text-decoration: none;
  color: rgba(40, 40, 40, 1);
}

.paradas li p{
  padding-left: 30px;
}

.paradaElegida{
   margin-top: 10px; 
  border-bottom: 1px solid #e0e0e0;
  padding-left: 10px;
  padding-bottom: 6px;
}

.contentHorario{
  padding-left: 20px;
}

.contentHorario p{
  font-size: 12px;
  margin-bottom: 2px;
  letter-spacing: .2px;
  font-weight: 400;
  color: #1592E6;
}

.contentHorario .dropdown-toggle{
  margin-bottom: 3px;
  font-weight: 600;
}

.btnBackLM{
  vertical-align: top!important;
  margin-top: 10px;
  margin-right: 0px;
  padding-left: 5px!important;
  padding-right: 5px!important;
}

.microIcoDato h5, .microIcoDato img{
  display: inline-block;
  margin-top: 2px;
  padding-left: 5px;
  margin-bottom: 2px;
}

.ramalMicro{
  padding-bottom: 15px;
}

.microIcoDato h5{
  font-weight: 600;
}

.microIcoDato{
  padding-right: 10px!important;
}

.sentidoMicro{
  margin-top: 18px;
  margin-right: 10px;
}

.frontLayerLM a::before, .frontLayerLMR a::before{
  margin-right: 0px!important;
}

.mapTP{
  position: relative;
  height: 100vh;
}

.topInfo{
  width: 100%;
  height: 50px;
  background: rgba(255,255,255,.8);
  position: absolute;
  top: 0;
}

.firmaTop, .logoTop{
  display: inline-block;
}

.firmaTop{
  float: right;
}

.topInfo .firmaTop p{
  margin-bottom: 5px;
  margin-top: 15px;
  margin-left: 9px;
}

.logoTop{
  float: left;
  margin-top: 9px;
}

.logoTop img{
  margin-bottom: 3px;
  margin-top: 2px;
}

.leftMenuTP{
  position: absolute;
  left: 10px;
  top: 55px;
  width: 300px;
  border-radius: 4px;
  height: 90vh;
  background: #fff;
  border: 1px solid #f2f2f2
}

.infoLM{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.infoLM p{
  color: #787979;
  font-size: 16px;
  margin-bottom: 0px;
}

.buscarLM{
  background: #f2f2f2;
  text-align: center;
  padding: 7px;
}

.buscarLM input{
  width: 100%!important;
  border-radius: 4px;
}

.cursor-point {
  cursor: pointer;
}

.inputMP{
    height: 34px;
    width: 100%;
    background: url(../../../images/icons/lupaLM.svg) no-repeat scroll 0px 4px;
    background-size: 30px;
    padding: 6px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    /*background-image: none;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.tabsLM{
  background: #fff;
  color: #999;
}

.tabsLM md-tab-item{
  text-transform: capitalize!important;
}

.tabsLM md-tab-item:first-child{
  margin-right: 20px;
}

.tabsLM md-pagination-wrapper{
  margin-left: 40px!important;
}

.tabsLM md-ink-bar{
  color: #444;
  background: #59E8D2;
  height: 3px;
}

.microIco, .microIcoRecorrido{
  border: 1px solid #ccc;
  border-radius: 4px;
  border-left: 3px solid;
  display: inline-block;
  padding: 3px;
  vertical-align: top;
  margin-right: 10px;
  /* margin-top: 10px; */
}

.microIcoRecorrido{
  margin-top: 10px;
}

.microIcoParada{
  background: #59E8D2;
  border-radius: 4px;
  display: inline-block;
  padding: 3px;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 10px;
}

.datoMicro, .datoParada{
  display: inline-block;
}

.datoMicro h5{
  text-transform: uppercase;
}

.datoParada h5{
  text-transform: capitalize;
}

.datoParada h5, .datoMicro h5{
  margin-bottom: 0px;
  font-weight: bold;
}

.datoMicro p, .datoMicro h5 , .datoParada p, .datoParada h5{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
  width: 195px;
}

.datoMicro p, .datoParada p{
  margin-bottom: 4px;
}

.listMicro{
  text-decoration: none;
  list-style:none !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
}

.overFl{
  height: 69vh;
  overflow-y:scroll !important; 
  overflow-x: hidden;
  margin-bottom: 0px;
  padding-left:0px;
  padding-right:0px;  
}

.listMicro a{
  color: #666;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.listMicro a:hover{
  color: #333;
  text-decoration: none;
}

.listMicro li{
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.listMicro a:last-child li{
  border-bottom: none;
}

.listMicro .icon-arrow-right, .listMicro .datoMicro h5{
  display: inline-block;
}

.listMicro .icon-arrow-right{
  color: #e0e0e0;
  float: right;
  margin-top: 9px;
  margin-right: 10px;
}

.frontLayerLM .paradaElegida .datoMicro , .frontLayerLMR .paradaElegida .datoMicro{
  color: #666;
}

#dropdownSentido{
  text-transform: capitalize!important;
}

.btnDrop{
  background: none!important;
  border: none!important;
  color: #1592E6!important;
}

.transporteSentido .dropdown-menu{
  width: 60%;
}
