.filtr-container {
  margin: 0 -4px;
}

.filtr-item {
  padding: 4px;
}

.filtr-controls {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 30px 0 15px;
}

.filtr-controls span {
  display: inline-block;
  margin: 10px 15px;
  cursor: pointer;
  padding: 5px 0;
  position: relative;
  color: #777;
}

.filtr-controls span:hover, .filtr-controls span.active {
  color: #000;
}

.filtr-controls span:after {
  content: ' ';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: transparent;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filtr-controls span.active:after {
  width: 100%;
  left: 0;
  background: #000;
}

@media (max-width:479px) {
  .filtr-item {
    width: 100%;
  }
}

.filtr-item > a {
  position: relative;
  display: block;
}

.filtr-item > a:before, .filtr-item > a:after {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.filtr-item > a:before {
  content: ' ';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}

.filtr-item:hover > a:before {
  background: rgba(0,0,0,.2);
}

.filtr-item > a:after {
  font-family: FontAwesome;
  content: '\f0fe';
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -17px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  opacity: 0;
}

.filtr-item:hover > a:after {
  opacity: .5;
}

.filtr-loading {
  border: 5px solid #333;
  position: relative;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: 80px 0;
  opacity: 0;
  top: 0;
  width: 40px;
  z-index: 2;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial,Baskerville,monospace;
}

.sl-wrapper .sl-close:focus, .sl-wrapper .sl-navigation button:focus {
  outline: 0;
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  /*opacity: .9;*/
  display: none;
  z-index: 1050;
}

.sl-wrapper .sl-close, .sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #000;
  position: fixed;
}

.sl-wrapper {
  z-index: 1040;
}

.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: .7;
}

.sl-wrapper .sl-close {
  right: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 5rem;
}

.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
  /*border: 1px solid #ddd;*/
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 15px;
  display: block;
  /*border: 0;*/
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  background: #fff;
}

.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 4rem;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 4rem;
  }
}

@media (min-width:35.5em) {
  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 6rem;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 6rem;
  }
}

@media (min-width:50em) {
  .sl-wrapper .sl-image iframe, .sl-wrapper .sl-image img {
    border: 0;
  }
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0,0,0,.8);
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: center;
  /*-webkit-animation: opacity .6s ease-out;*/
  /*-moz-animation: opacity .6s ease-out;*/
  /*-ms-animation: opacity .6s ease-out;*/
  /*-o-animation: opacity .6s ease-out;*/
  /*animation: opacity .6s ease-out;*/
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 15px;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1057;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@keyframes pulsate {
  0% {
    transform: scale(.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#linkinterurbano {
}

.container {
  max-width: 100%;
}

.justify-content-end {
  .center: block;
}

#interurbanos {
  text-align: center;
}

#boleterias {
  text-align: center;
}

#urbanoscalamuchita {
  text-align: center;
}

.collapse.show.item-1 {
  text-align: center;
}

#interurbanos {
  text-align: center;
}

#linkonline {
  text-align: center;
}

#ventaonline {
  text-align: center;
}

#linkonline {
  font-size: 26px;
}

#linkonline {
  color: orange;
  font-weight: bold;
}

#recargamovil {
  text-align: center;
}

#linkonline {
  text-align: center;
}

#ventaonline {
  padding-top: 40px;
}

#recargamovil {
}

#recargamovil {
  padding-top: 40px;
}

.col {
  text-align: center;
}

.col {
  /*text-align: center;*/
}

#linkformulario {
  text-align: center;
}

#formulario {
  text-align: center;
}

#urbanos {
  text-align: center;
}

#menuurbanos {
  font-size: calc(0.3em + 1.4vw);
  font-weight: bold;
  color: orange;
}

#viajesespeiales {
  text-align: center;
}

#urbanos {
  margin-top: 30px;
  /*padding-top: 60px;*/
}

#formulario {
}

#viajesespeciales {
  margin-top: 20px;
}

#abonos {
  margin-top: 30px;
}

#boleterias {
  margin-top: 30px;
}

#interurbanos {
  margin-top: 30px;
}

#descargarapp {
  margin-top: 40px;
}

img {
  max-width: 80%;
}

.text-center {
}

#apps {
  text-align: center;
}

#abonos {
  text-align: center;
}

#abonos {
}

.text-center {
}

#apps {
  text-align: center;
}

.row {
  text-align: center;
}

#menuurbano {
  font-weight: bold;
  font-size: 18px;
  color: orange;
}

#linkonline {
  text-align: center;
  color: orange;
  font-size: 26px;
  font-weight: bold;
}

iframe {
  text-align: center;
}

.col-4.col-sm-3.col-md-2 {
  text-align: center;
}

img {
  text-align: center;
}

.collapse.show.item-1 {
  text-align: center;
}

a {
  /*text-align: center;*/
  /*color: ORANGE;*/
  /*font-weight: bold;*/
  /*font-size: 24PX;*/
}

#mapalocalidades {
  max-width: 100%;
}

#barralink {
  font-size: calc(0.2rem + 1.1vw);
}

#tituloseccion {
  /*background-color: #edaf1c;*/
}

#tituloseccion {
  color: white;
}

#tituloseccion {
  /*font-size: 2.5rem;*/
}

#linkpiedepagina {
  font-size: calc(0.3em + 0.7vw);
}

#tituloseccion {
  font-size: calc(0.5em + 2.6vw);
}

#linkonline {
  font-size: calc(0.3em + 1.3vw);
}

#menuurbano {
  font-size: calc(0.2em + 1.5vw);
}

#begbambos {
  font-size: calc(0.3em + 2.2vw);
}

#menuurbanos {
}

.dropdown-item {
  font-size: calc(0.2em + 2.1vw);
}

.dropdown-item {
  font-size: calc(0.1em + 1.1vw);
}

#begbosbam {
  text-align: center;
  align-items: center;
}

.clean-block.clean-services .card {
  align-items: center;
}

.encabezado.contacto {
  text-align: center;
}

.footer-basic {
  align-items: center;
  text-align: center;
}

.encabezado.contacto {
  color: orange;
  font-weight: bold;
}

#linkonline {
  text-align: center;
  align-items: center;
}

.container {
  align-items: center;
}

#bannerrecargamovil {
  max-width: 100%;
}

#menuurbanos {
  margin: 10px;
}

#formulariocotizacion {
  max-height: 100%;
}

#parrafocomentario {
  text-align: center;
}

#barralink {
  font-size: calc(0.5rem + 0.4vw);
}

.dropdown-item {
  font-size: calc(0.5rem + 0.5vw);
}

#tituloseccion {
  font-size: calc(0.6rem + 1vw);
}

.text-center {
  font-size: calc(0.5rem + 0.6vw);
}

#encabezadorecorridos {
  font-size: calc(0.5rem + 1.1vw);
}

#parrafolineas {
  font-size: calc(0.5rem + 0.7vw);
}

#menuurbano {
  font-size: calc(0.7rem + 1.4vw);
}

#menuurbanos {
}

#viajesespeciales {
  min-height: 500px;
}

#tituloseccion {
}

#tituloseccion {
  color: rgb(8,31,112);
}

#tituloseccion {
}

#tituloseccion {
}

.fa.fa-bus {
  font-size: calc(0.5em + 2.6vw);
}

#iconolineas {
}

#textolinea {
}

#textolinea {
}

#iconolineas {
  color: red;
}

.d-xl-flex.justify-content-xl-center.align-items-xl-center {
}

#ventaonline {
  margin-top: 40px;
}

#tituloseccion {
  max-width: 100%;
}

#tituloseccion {
  max-width: 100%;
}

.col-auto.col-sm-12.col-md-12.col-lg-6.col-xl-6.text-center.align-items-center.justify-content-lg-center.align-items-lg-center {
  max-width: 100%;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100%;
}

#tituloseccion {
  max-width: 100%;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100%;
}

