html, body {
  font-family: 'Muli', sans-serif;
  background-color: #FFF;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

[v-cloak] {
  display: none;
}

.fs12 {
  font-size: 14px;
}

.fs14 {
  font-size: 14px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 22px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs36 {
  font-size: 36px;
}

.fs48 {
  font-size: 48px;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: 900;
}

.tone {
  color: #29BF79;
}

.tone-light {
  color: #64d6a1;
}

.bold {
  font-weight: bold;
}

.dark {
  color: #303142;
}

.white {
  color: white;
}

.dark-grey {
  color: #5C728D;
}

.mid-grey {
  color: #9799BB;
}

.tone-light {
  color: #64d6a1;
}

.items-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shadow {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 992px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 992px) {
  .center-mobile {
    text-align: center;
  }
}

.main-nav .nav-item {
  font-weight: 700;
  font-size: 14px;
}

.main-nav .nav-item a {
  color: #303142;
}

.main-nav .nav-item a.active {
  color: #29BF79;
}

.main-nav .nav-item:hover a {
  color: #29BF79;
}

.mobile-nav {
  background-color: white;
  border-bottom: 1px solid #e8ebe9;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  left: 0;
  height: 60px;
  -webkit-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.2);
  border-top: solid 1px #e8ebe9;
}

.link {
  text-decoration: none;
}

.link.dark {
  color: #303142 !important;
}

.link.dark:hover {
  color: #29BF79;
}

.link.tone {
  color: #29BF79 !important;
}

.link.tone:hover {
  color: #64d6a1;
}

.btn.btn-vdv {
  font-weight: 600;
  padding: 10px 30px;
  font-size: 14px;
}

.btn.btn-vdv.btn-tone {
  background-color: #29BF79;
  color: white;
}

.btn.btn-vdv.btn-tone:hover {
  background-color: #64d6a1;
  color: white;
}

.btn.btn-vdv.btn-default {
  background-color: #E2DFF1;
  color: #303142;
}

.btn.btn-vdv.btn-default:hover {
  background-color: #cac6e0;
  color: #303142;
}

.btn.btn-vdv.btn-white {
  background-color: #FFF;
  color: #303142;
}

.btn.btn-vdv.btn-white:hover {
  background-color: #cac6e0;
  color: #303142;
}

.btn.btn-vdv.btn-sm {
  padding: 4px 15px;
}

.btn.btn-vdv.btn-xs {
  padding: 3px 15px;
  font-size: 12px;
}

.btn.btn-vdv.btn-xl {
  padding: 15px 40px;
  font-size: 14px;
  font-weight: bold;
}

.control-label {
  font-size: 14px;
  font-weight: bold;
}

.form-control:not(textarea) {
  height: 43px !important;
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
}

.form-control::-ms-input-placeholder {
  font-size: 14px;
}

.form-control::placeholder {
  font-size: 14px;
}

.form-control.transparent {
  background-color: #ffffff71;
}

.layer-container {
  position: relative;
  border-radius: 10px;
}

.layer-container .layer {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94.51deg, rgba(22, 19, 43, 0.488) -2.94%, rgba(21, 13, 63, 0.403) 89.88%);
}

.background-layer {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(43, 42, 44, 0.418);
  bottom: 60px;
  left: 0;
  z-index: 997;
}

.background-layer.active {
  display: block;
}

.mobile-menu {
  border-radius: 20px 20px 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  background-color: white;
  width: 100%;
  bottom: -100%;
  left: 0;
  z-index: 998;
  padding-bottom: 20px;
}

.mobile-menu.active {
  bottom: 60px;
}

.mobile-menu .nav .nav-itme a.active {
  background-color: #64d6a1;
}

.noticia {
  height: 100%;
  position: relative;
  border-radius: 10px;
}

.noticia .layer {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179.93deg, rgba(30, 44, 65, 0) 50.91%, #1E2C41 99.83%);
}

.search-filter {
  padding: 15px 25px;
  position: absolute;
  bottom: -30px;
  border-radius: 10px;
  background-color: white;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
}

.search-filter input {
  font-size: 16px;
}

.sendero {
  border-radius: 10px;
}

.sendero .image-container {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.sendero .image-container .image {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sendero .content .title {
  font-size: 20px;
}

.sendero:hover .image {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.header-card {
  height: 100%;
}

.header-card .title {
  padding-left: 80px;
  padding-right: 80px;
  font-size: 50px;
  font-weight: 700;
}

.header-card .header-card-options {
  position: absolute;
  bottom: 25px;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 992px) {
  .header-card .title {
    font-size: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-card .header-card-options {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-card .header-card-options img {
    width: 20px;
  }
}

.route-stats {
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow-x: auto;
}

.route-stats .stat {
  min-width: 80px;
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .route-stats {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
  }
  .route-stats .stat {
    min-width: 100px;
  }
}

#filter rect {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#filter:hover #rect1 {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

#filter:hover #rect3 {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
/*# sourceMappingURL=style.css.map */