@font-face {
  font-family: 'museo-0';
  src: url(../assets/fonts/MuseoSans_0.otf);
}

@font-face {
  font-family: 'museo-500';
  src: url(../assets/fonts/MuseoSans500.otf);
}

@font-face {
  font-family: 'museo-700';
  src: url(../assets/fonts/MuseoSans-700.ttf);
}

@font-face {
  font-family: 'museo-900';
  src: url(../assets/fonts/MuseoSans-900Italic.otf);
}

.fondo {
  background-image: url(../assets/images/main-page/FondoTitulosPaginas.png);
  background-color: #fff;
}

.barra-navegacion {
  background-color: black;
}

#estadisticas-text {
  margin-top: 20px;
}

.estadistica-p {
  text-align: justify;
}

.contenedor-motorizado {
  background-color: #f9f906;
  opacity: 0.9;
  font-family: 'museo-500', sans-serif;
}

#titulo-pasajeros {
  margin-bottom: 30px;
}

#article-list {
  margin-top: 45px;
}

#contenedor-moto {
  margin-top: 50px;
  margin-bottom: 50px;
}

#footer {
  margin-top: 50px;
  font-size: 1rem;
  background: #0a132d;
  color: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  font-size: 0.875rem;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Roboto Slab', sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h2 {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase !important;
  font-family: Roboto, sans-serif;
  line-height: 1.5rem;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.375rem;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: #008ae0;
  text-decoration: none;
}

#footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #eeeeee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0f69b4;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 0.8125rem;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}
